Sha256: b0cb1435333ea026f80b2365440b5464babf2ba1e947a78824b4c14f79958fa5

Contents?: true

Size: 301 Bytes

Versions: 6

Compression:

Stored size: 301 Bytes

Contents

class CreateComableStores < ActiveRecord::Migration
  def change
    create_table :comable_stores do |t|
      t.string :name
      t.string :meta_keywords
      t.string :meta_description
      t.string :email_sender
      t.boolean :email_activate_flag, null: false, default: true
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
comable_core-0.4.0 db/migrate/20140926063541_create_comable_stores.rb
comable_core-0.3.4 db/migrate/20140926063541_create_comable_stores.rb
comable_core-0.3.3 db/migrate/20140926063541_create_comable_stores.rb
comable_core-0.3.2 db/migrate/20140926063541_create_comable_stores.rb
comable_core-0.3.1 db/migrate/20140926063541_create_comable_stores.rb
comable_core-0.3.0 db/migrate/20140926063541_create_comable_stores.rb