Sha256: 7420bbe16777716856580a47ca5b30f1b8976e3e0f3a712abcb2586aa265df4e
Contents?: true
Size: 359 Bytes
Versions: 39
Compression:
Stored size: 359 Bytes
Contents
class CreateTerminalOrders < ActiveRecord::Migration def change create_table :terminal_orders do |t| t.belongs_to :terminal t.string :keyword t.text :args t.string :state, :null => false, :default => 'new' t.string :error t.integer :percent t.timestamps end end end
Version data entries
39 entries across 39 versions & 1 rubygems