re-add account migration
This commit is contained in:
10
db/migrate/20170331024747_create_accounts.rb
Normal file
10
db/migrate/20170331024747_create_accounts.rb
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
class CreateAccounts < ActiveRecord::Migration[5.1]
|
||||||
|
def change
|
||||||
|
create_table :accounts do |t|
|
||||||
|
t.string :title
|
||||||
|
t.string :account_type
|
||||||
|
|
||||||
|
t.timestamps
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user