20161205214545_add_suspended_to_accounts.rb (159B)
- class AddSuspendedToAccounts < ActiveRecord::Migration[5.0]
- def change
- add_column :accounts, :suspended, :boolean, null: false, default: false
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20161205214545_add_suspended_to_accounts.rb (159B)
- class AddSuspendedToAccounts < ActiveRecord::Migration[5.0]
- def change
- add_column :accounts, :suspended, :boolean, null: false, default: false
- end
- end