Sha256: 6a50900ef7b297d973d5c7f1713f9086c4ddfa315e873da82e2ebca9f121ff99
Contents?: true
Size: 980 Bytes
Versions: 49
Compression:
Stored size: 980 Bytes
Contents
# == Schema Information # # Table name: wbase_stripe_webhooks # # id :integer not null, primary key # external_id :string # object :string # api_version :string # created :datetime # data :json # livemode :boolean # pending_webhooks :integer # external_type :string # external_request :string # created_at :datetime not null # updated_at :datetime not null # # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: external_id: MyString object: MyString api_version: MyString created: 2016-11-27 19:12:11 data: livemode: false pending_webhooks: 1 external_type: MyString external_request: MyString two: external_id: MyString object: MyString api_version: MyString created: 2016-11-27 19:12:11 data: livemode: false pending_webhooks: 1 external_type: MyString external_request: MyString
Version data entries
49 entries across 49 versions & 1 rubygems