Sha256: c3568c2616f8fbe3a94661f38eccb63bd7d139f568855c9a28f316a164d94e94
Contents?: true
Size: 253 Bytes
Versions: 24
Compression:
Stored size: 253 Bytes
Contents
class CreateCustomerVaultCorporations < ActiveRecord::Migration def change create_table :customer_vault_corporations do |t| t.string :name t.string :email t.string :phone t.string :fax t.timestamps end end end
Version data entries
24 entries across 24 versions & 1 rubygems