Sha256: b1361dd8697d3536a98d3349e2ec4151c2b2ba0979d8545cf19da10deb406977

Contents?: true

Size: 205 Bytes

Versions: 3

Compression:

Stored size: 205 Bytes

Contents

class CreateComableCustomers < Comable::Migration
  def change
    create_table :comable_customers do |t|
      t.string :family_name, null: false
      t.string :first_name, null: false
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comable-0.0.3 db/migrate/20140120032559_create_comable_customers.rb
comable-0.0.2 db/migrate/20140120032559_create_comable_customers.rb
comable-0.0.1 db/migrate/20140120032559_create_comable_customers.rb