Sha256: 3308e2479899926e90a065a10f15899d28724ba1c72a023fd72c71389b89a3be

Contents?: true

Size: 313 Bytes

Versions: 16

Compression:

Stored size: 313 Bytes

Contents

class CreateDmCoreAccounts < ActiveRecord::Migration
  def change
    create_table :core_accounts do |t|
      t.string    :company_name
      t.string    :contact_email
      t.string    :domain
      t.string    :account_prefix
      t.integer   :default_site_id
      t.timestamps null: true
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_core-4.2.3.10 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.3.9 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.3.8 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.3.7 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.3.6 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.3.5 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.3.4 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.3.3 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.3.2 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.3.1 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.3 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.2.3 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.2.2 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.2.1 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.2 db/migrate/20130206121535_create_dm_core_accounts.rb
dm_core-4.2.1.5 db/migrate/20130206121535_create_dm_core_accounts.rb