Sha256: 5096262edb5b306dd0558732f184e7379965f953a985362f435920abc6a83f19
Contents?: true
Size: 384 Bytes
Versions: 24
Compression:
Stored size: 384 Bytes
Contents
class CreateCustomerVaultPeople < ActiveRecord::Migration def change create_table :customer_vault_people do |t| t.string :first_name t.string :last_name t.string :email t.string :title t.string :twitter t.string :www t.text :context t.string :phone t.string :fax t.string :mobile t.timestamps end end end
Version data entries
24 entries across 24 versions & 1 rubygems