Sha256: a7c7d04cea66db3265dc39c3edcf8659a41ee12894457937690ef79550e0892a
Contents?: true
Size: 190 Bytes
Versions: 2
Compression:
Stored size: 190 Bytes
Contents
class CreateOrders < ActiveRecord::Migration[5.0] def change create_table :orders do |t| t.string :transaction_status t.string :price t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
veritrans-2.3.0 | example/rails/simplepay/db/migrate/20161221090855_create_orders.rb |
veritrans-2.2.0 | example/rails/simplepay/db/migrate/20161221090855_create_orders.rb |