Sha256: bcd9db1cdee2dc7d9ec7657b414338c6e06f1ad7f9fe5c0934d4b9fb1b37822e
Contents?: true
Size: 356 Bytes
Versions: 6
Compression:
Stored size: 356 Bytes
Contents
class CreateChannableSettings < ActiveRecord::Migration[5.0] def change create_table :channable_settings do |t| t.string :host t.string :url_prefix t.string :image_host t.string :product_condition t.string :brand t.string :delivery_period t.boolean :use_variant_images t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems