Sha256: 060ebe162e1ca9ab2c271cab29e5e909680a9adb4ed97fe65a6cdea4d8dc028c

Contents?: true

Size: 328 Bytes

Versions: 12

Compression:

Stored size: 328 Bytes

Contents

class CreateSpinaAccounts < ActiveRecord::Migration
  def change
    create_table :spina_accounts do |t|
      t.string :name
      t.string :address
      t.string :postal_code
      t.string :city
      t.string :phone
      t.string :email
      t.text :preferences
      t.string :logo

      t.timestamps
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
spina-0.6.22 db/migrate/20130412191946_create_spina_accounts.rb
spina-0.6.21 db/migrate/20130412191946_create_spina_accounts.rb
spina-0.6.20 db/migrate/20130412191946_create_spina_accounts.rb
spina-0.6.19 db/migrate/20130412191946_create_spina_accounts.rb
spina-0.6.18 db/migrate/20130412191946_create_spina_accounts.rb
spina-0.6.17 db/migrate/20130412191946_create_spina_accounts.rb
spina-0.6.16 db/migrate/20130412191946_create_spina_accounts.rb
spina-0.6.15 db/migrate/20130412191946_create_spina_accounts.rb
spina-0.6.14 db/migrate/20130412191946_create_spina_accounts.rb
spina-0.6.13 db/migrate/20130412191946_create_spina_accounts.rb
spina-0.6.12 db/migrate/20130412191946_create_spina_accounts.rb
spina-0.6.11 db/migrate/20130412191946_create_spina_accounts.rb