Sha256: 24f9ff725b12ad2785015288be0a65f855b83c5d07bdc0709e90050a060fb01d

Contents?: true

Size: 341 Bytes

Versions: 3

Compression:

Stored size: 341 Bytes

Contents

# This migration comes from tb_commerce_engine (originally 20150413193914)
class CreateTbCommerceCustomizations < ActiveRecord::Migration
  def change
    create_table :tb_commerce_customizations do |t|
      t.string :title
      t.string :input_type
      t.string :options, :limit => 1000
      t.timestamps null: false
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tb_commerce-0.0.4 spec/dummy/db/migrate/20150427152835_create_tb_commerce_customizations.tb_commerce_engine.rb
tb_commerce-0.0.3 spec/dummy/db/migrate/20150427152835_create_tb_commerce_customizations.tb_commerce_engine.rb
tb_commerce-0.0.2 spec/dummy/db/migrate/20150427152835_create_tb_commerce_customizations.tb_commerce_engine.rb