Sha256: ee22766a369eeb8c952082b87ca7019d9d07325b10c1decceee7dc6d6336713f
Contents?: true
Size: 415 Bytes
Versions: 3
Compression:
Stored size: 415 Bytes
Contents
class CreateShiftTrades < ActiveRecord::Migration def change create_table :shift_trades do |t| t.string :status, :default => 'initial' t.integer :candidate_id t.integer :shift_id t.integer :organization_id t.integer :user_id t.string :body, :default => "Swap Shift Request to Approve" t.string :alert_type, :default => 'Swap' t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems