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.0 test/fixtures/wbase/subscriptions.yml
wbase-0.2.9 test/fixtures/wbase/subscriptions.yml
wbase-0.2.8 test/fixtures/wbase/subscriptions.yml
wbase-0.2.7 test/fixtures/wbase/subscriptions.yml
wbase-0.2.6 test/fixtures/wbase/subscriptions.yml
wbase-0.2.5 test/fixtures/wbase/subscriptions.yml
wbase-0.2.4 test/fixtures/wbase/subscriptions.yml
wbase-0.2.3 test/fixtures/wbase/subscriptions.yml
wbase-0.2.2 test/fixtures/wbase/subscriptions.yml
wbase-0.2.1 test/fixtures/wbase/subscriptions.yml
wbase-0.2.0 test/fixtures/wbase/subscriptions.yml
wbase-0.1.7 test/fixtures/wbase/subscriptions.yml
wbase-0.1.6 test/fixtures/wbase/subscriptions.yml
wbase-0.1.5 test/fixtures/wbase/subscriptions.yml
wbase-0.1.4 test/fixtures/wbase/subscriptions.yml
wbase-0.1.3 test/fixtures/wbase/subscriptions.yml
wbase-0.1.2 test/fixtures/wbase/subscriptions.yml
wbase-0.1.0 test/fixtures/wbase/subscriptions.yml
wbase-0.0.15 test/fixtures/wbase/subscriptions.yml
wbase-0.0.14 test/fixtures/wbase/subscriptions.yml