Sha256: 292732fc52d608d8bfd778bfa39becee19e9c0dcaaa3c007f03dfbf8f464ea38
Contents?: true
Size: 325 Bytes
Versions: 32
Compression:
Stored size: 325 Bytes
Contents
class CreateOrders < ActiveRecord::Migration def change create_table :orders do |t| t.integer :foreign_id t.datetime :foreign_created_at t.string :keyword t.text :args t.string :error t.boolean :acknowledged t.boolean :complete t.timestamps end end end
Version data entries
32 entries across 32 versions & 1 rubygems