Sha256: 4b67044971d78381b8625b2f23c2972c40c22e5d88d2a5c4aab8979d67646a41
Contents?: true
Size: 463 Bytes
Versions: 2
Compression:
Stored size: 463 Bytes
Contents
class CreateCustomerPfs < ActiveRecord::Migration def change create_table :customer_pfs do |t| t.string :gender , :limit => 1 t.integer :company t.string :business_address , :limit => 120 t.string :department , :limit => 20 t.string :corporate_function , :limit => 20 t.string :cellphone , :limit => 15 t.string :graduated , :limit => 30 t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | db/migrate/20120621100528_create_customer_pfs.rb |
guara-0.0.1.rc | db/migrate/20120621100528_create_customer_pfs.rb |