Sha256: 6ca9f8c3045efebad25cb97e31524accf8bfbaec90d1c54654cfa5aca1c7a719

Contents?: true

Size: 183 Bytes

Versions: 5

Compression:

Stored size: 183 Bytes

Contents

class CreateProperties < ActiveRecord::Migration

  def change
    create_table :market_properties do |t|
      t.text :name
      t.index :name
      t.timestamps
    end
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
coalla-cms-0.4.2.0 lib/generators/coalla/cms/market/templates/migrations/create_properties.rb
coalla-cms-0.5.2.4 lib/generators/coalla/cms/market/templates/migrations/create_properties.rb
coalla-cms-0.4.4.3 lib/generators/coalla/cms/market/templates/migrations/create_properties.rb
coalla-cms-0.5.1.9 lib/generators/coalla/cms/market/templates/migrations/create_properties.rb
coalla-cms-0.5.1.8 lib/generators/coalla/cms/market/templates/migrations/create_properties.rb