Sha256: 6b815e0ece506b9032e586280e568ec4b590b962e752aad8e9fdf2153a3f051c

Contents?: true

Size: 222 Bytes

Versions: 2

Compression:

Stored size: 222 Bytes

Contents

class CreateOrders < ActiveRecord::Migration[5.0]
  def change
    create_table :orders do |t|
      t.string :order_id
      t.string :payment_type
      t.string :transaction_status

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
veritrans-2.3.0 example/rails/cable/db/migrate/20161219110219_create_orders.rb
veritrans-2.2.0 example/rails/cable/db/migrate/20161219110219_create_orders.rb