Initial
This commit is contained in:
9
db/migrate/20180412213337_create_contacto_de_preferencia.rb
Executable file
9
db/migrate/20180412213337_create_contacto_de_preferencia.rb
Executable file
@@ -0,0 +1,9 @@
|
||||
class CreateContactoDePreferencia < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :contacto_de_preferencia do |t|
|
||||
t.string :nombre
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user