Sha256: 6e1a8668977dd9a003a7123e0dfdc5c968274f4ada567362ca2d7c56e88016b2
Contents?: true
Size: 265 Bytes
Versions: 40
Compression:
Stored size: 265 Bytes
Contents
class CreateProducts < ActiveRecord::Migration def change create_table :products do |t| t.integer :shop_id, limit: 8 t.jsonb :data t.timestamps null: false end add_foreign_key :products, :disco_app_shops, column: :shop_id end end
Version data entries
40 entries across 40 versions & 1 rubygems