Sha256: eee7602cc4a056565a9e9052fdfd8d1719789b69bd437376c3ffd402aca570a1
Contents?: true
Size: 245 Bytes
Versions: 2
Compression:
Stored size: 245 Bytes
Contents
class CreateComableCustomers < ActiveRecord::Migration def change create_table :comable_customers do |t| t.string :family_name, null: false t.string :first_name, null: false t.string :email, null: false end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
comable_core-0.2.1 | db/migrate/20140120032559_create_comable_customers.rb |
comable_core-0.2.0 | db/migrate/20140120032559_create_comable_customers.rb |