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

Version Path
wbase-0.3.20 test/fixtures/wbase/subscriptions.yml
wbase-0.3.19 test/fixtures/wbase/subscriptions.yml
wbase-0.3.18 test/fixtures/wbase/subscriptions.yml
wbase-0.3.17 test/fixtures/wbase/subscriptions.yml
wbase-0.3.16 test/fixtures/wbase/subscriptions.yml
wbase-0.3.15 test/fixtures/wbase/subscriptions.yml
wbase-0.3.14 test/fixtures/wbase/subscriptions.yml
wbase-0.3.13 test/fixtures/wbase/subscriptions.yml
wbase-0.3.12 test/fixtures/wbase/subscriptions.yml
wbase-0.3.11 test/fixtures/wbase/subscriptions.yml
wbase-0.3.10 test/fixtures/wbase/subscriptions.yml
wbase-0.3.9 test/fixtures/wbase/subscriptions.yml
wbase-0.3.8 test/fixtures/wbase/subscriptions.yml
wbase-0.3.7 test/fixtures/wbase/subscriptions.yml
wbase-0.3.6 test/fixtures/wbase/subscriptions.yml
wbase-0.3.5 test/fixtures/wbase/subscriptions.yml
wbase-0.3.4 test/fixtures/wbase/subscriptions.yml
wbase-0.3.3 test/fixtures/wbase/subscriptions.yml
wbase-0.3.2 test/fixtures/wbase/subscriptions.yml
wbase-0.3.1 test/fixtures/wbase/subscriptions.yml