Sha256: 9ef9bab1ba2e4f4f5c33f42fa82d5c65ce1d03d31a3859bf2f1c96f4e4a7d373
Contents?: true
Size: 373 Bytes
Versions: 43
Compression:
Stored size: 373 Bytes
Contents
class CreateDiscoAppSubscriptions < ActiveRecord::Migration def change create_table :disco_app_subscriptions do |t| t.belongs_to :shop, index: true t.belongs_to :plan, index: true t.integer :status t.string :name t.integer :charge_type t.decimal :price t.integer :trial_days t.timestamps null: false end end end
Version data entries
43 entries across 43 versions & 1 rubygems