Sha256: 98344e06ff754744a003c27f4de978cc160390914e9c905e07a45d31b2c8fc0e
Contents?: true
Size: 370 Bytes
Versions: 2
Compression:
Stored size: 370 Bytes
Contents
class CreateEmployeeSlimtimers < ActiveRecord::Migration def self.up create_table :employee_slimtimers do |t| t.column :employee_id, :integer, :null => false t.column :api_key, :string t.column :username, :string t.column :password, :string end end def self.down drop_table :employee_slimtimers end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brisk-bills-0.8.2 | db/migrate/002_create_employee_slimtimers.rb |
brisk-bills-0.8.1 | db/migrate/002_create_employee_slimtimers.rb |