wip
This commit is contained in:
12
db/migrate/20150913220116_create_pages.rb
Normal file
12
db/migrate/20150913220116_create_pages.rb
Normal file
@ -0,0 +1,12 @@
|
||||
class CreatePages < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :pages do |t|
|
||||
t.integer :user_id
|
||||
t.integer :person_id
|
||||
t.string :phone
|
||||
t.string :message
|
||||
t.string :status
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user