20170928082043_create_email_domain_blocks.rb (193B)
- class CreateEmailDomainBlocks < ActiveRecord::Migration[5.1]
- def change
- create_table :email_domain_blocks do |t|
- t.string :domain, null: false
- t.timestamps
- end
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20170928082043_create_email_domain_blocks.rb (193B)
- class CreateEmailDomainBlocks < ActiveRecord::Migration[5.1]
- def change
- create_table :email_domain_blocks do |t|
- t.string :domain, null: false
- t.timestamps
- end
- end
- end