Sha256: ef09ae952992f54033033b371426a0a7089a6d91486aee00ebf00be06ea90d71
Contents?: true
Size: 1.11 KB
Versions: 49
Compression:
Stored size: 1.11 KB
Contents
# == Schema Information # # Table name: wbase_subscriptions # # id :integer not null, primary key # stripe_id :string not null # plan_id :integer not null # last_four :string # coupon_id :integer # card_type :string # current_price :integer # user_id :integer not null # paid_thru :datetime # credit_card_token :string # created_at :datetime not null # updated_at :datetime not null # # Indexes # # index_wbase_subscriptions_on_plan_id (plan_id) # index_wbase_subscriptions_on_user_id (user_id) # # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: stripe_id: MyString plan_id: 1 last_four: MyString coupon_id: 1 card_type: MyString current_price: 1 user_id: 1 paid_thru: 2016-11-27 13:25:21 credit_card_token: MyString two: stripe_id: MyString plan_id: 1 last_four: MyString coupon_id: 1 card_type: MyString current_price: 1 user_id: 1 paid_thru: 2016-11-27 13:25:21 credit_card_token: MyString
Version data entries
49 entries across 49 versions & 1 rubygems