Sha256: 64422b1857e25ca1b2cc097f7c2f2c8c0b387391d02e603888d0034df63ef29f

Contents?: true

Size: 331 Bytes

Versions: 18

Compression:

Stored size: 331 Bytes

Contents

class CreateEcomCoreOvertimeSheets < ActiveRecord::Migration[6.0]
  def change
    create_table :ecom_core_overtime_sheets do |t|
      t.date :date, null: false, unique: true
      t.time :opened_at, null: false
      t.time :submitted_at
      t.string :status, null: false, default: 'Open'

      t.timestamps
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ecom_core-1.2.5 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.2.4 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.2.3 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.2.2 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.2.1 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.2.0 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.1.28 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.1.27 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.1.26 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.1.25 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.1.24 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.1.23 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.1.22 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.1.21 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.1.20 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.1.19 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.1.18 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb
ecom_core-1.1.17 db/migrate/20200410090701_create_ecom_core_overtime_sheets.rb