Got door logs working
This commit is contained in:
10
db/migrate/20120825041626_create_door_logs.rb
Normal file
10
db/migrate/20120825041626_create_door_logs.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class CreateDoorLogs < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :door_logs do |t|
|
||||
t.string :key
|
||||
t.integer :data
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user