20180410204633_add_fields_to_accounts.rb (122B)
- class AddFieldsToAccounts < ActiveRecord::Migration[5.1]
- def change
- add_column :accounts, :fields, :jsonb
- end
- end
git clone https://anongit.hacktivis.me/git/mastofe.git/
20180410204633_add_fields_to_accounts.rb (122B)
- class AddFieldsToAccounts < ActiveRecord::Migration[5.1]
- def change
- add_column :accounts, :fields, :jsonb
- end
- end