Sha256: 81b1791bedb7893bc8dc8f9dcececa9d5e44929dd0c2f89f9732e00e0d121778
Contents?: true
Size: 295 Bytes
Versions: 3
Compression:
Stored size: 295 Bytes
Contents
class CreateSusplyPlans < ActiveRecord::Migration def change create_table :susply_plans do |t| t.string :sku t.string :name t.string :description t.integer :price t.string :interval t.boolean :highlight t.timestamps null: false end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
susply-1.0.0 | db/migrate/20150513155547_create_susply_plans.rb |
susply-0.0.2 | db/migrate/20150513155547_create_susply_plans.rb |
susply-0.0.1 | db/migrate/20150513155547_create_susply_plans.rb |