Sha256: c663291e19fadfb43fb12ef90c44333db22c3820726e9cab98feaeb1647c1100
Contents?: true
Size: 299 Bytes
Versions: 5
Compression:
Stored size: 299 Bytes
Contents
class CreateEbsinfos < ActiveRecord::Migration def change create_table :spree_ebsinfos do |t| t.string :first_name t.string :last_name t.string :transaction_id t.string :payment_id t.decimal :amount t.integer :order_id t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems