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