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