Sha256: 8ec75c208f60abd8748b349b970f6e180badc416cb0a0a27a8abc92e034a7a15
Contents?: true
Size: 287 Bytes
Versions: 1
Compression:
Stored size: 287 Bytes
Contents
class CreatePaypalAccounts < ActiveRecord::Migration def self.up create_table :paypal_accounts do |t| t.string :email t.string :payer_id t.string :payer_country t.string :payer_status end end def self.down drop_table :paypal_accounts end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_paypal_express-1.1.0 | db/migrate/20100224133156_create_paypal_accounts.rb |