Sha256: 42481271e25824e43117967523af168817d1a8a40f55490e39980b51dcdc6bb6
Contents?: true
Size: 250 Bytes
Versions: 2
Compression:
Stored size: 250 Bytes
Contents
class CreateStripeManagedAccounts < ActiveRecord::Migration[6.0] def change create_table :rails_marketplace_stripe_managed_accounts do |t| t.string :account_id t.string :secret_key t.string :public_key end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_marketplace-0.0.2 | db/migrate/20170224230449_create_stripe_managed_accounts.rb |
rails_marketplace-0.0.1 | db/migrate/20170224230449_create_stripe_managed_accounts.rb |