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