Sha256: f3a5317df9b8d72035ab1faa791a984713452d05d1024e068a1df974c5112df3
Contents?: true
Size: 377 Bytes
Versions: 64
Compression:
Stored size: 377 Bytes
Contents
# This migration comes from dm_core (originally 20130206121535) 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
64 entries across 64 versions & 4 rubygems