Sha256: e59cddb569d19fd65d04fca16f96878ef30823e731102f32ad18431e871a9e42
Contents?: true
Size: 500 Bytes
Versions: 6
Compression:
Stored size: 500 Bytes
Contents
class CreateTangPlans < ActiveRecord::Migration def change create_table :tang_plans do |t| t.string :stripe_id t.integer :amount t.string :currency t.string :interval t.integer :interval_count t.string :name t.string :statement_descriptor t.integer :trial_period_days t.integer :order t.boolean :highlight, null: false, default: false t.text :features t.text :description t.timestamps null: false end end end
Version data entries
6 entries across 6 versions & 1 rubygems