Sha256: 60fe959b05e7d27db842434624a3519c943c8b9b548947de4e8c2355fd9d110d

Contents?: true

Size: 324 Bytes

Versions: 49

Compression:

Stored size: 324 Bytes

Contents

class CreateComeeCoreUnits < ActiveRecord::Migration[7.0]
  def change
    create_table :comee_core_units do |t|
      t.string :code, null: false
      t.string :name, null: false
      t.integer :unit_type, null: false, default: 0

      t.timestamps
    end
    add_index :comee_core_units, :code, unique: true
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
comee_core-0.1.55 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.54 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.53 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.52 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.51 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.50 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.49 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.48 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.47 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.46 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.45 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.45.pre3 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.45.pre2 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.45.pre db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.44 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.43 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.42 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.41 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.40 db/migrate/20230727153013_create_comee_core_units.rb
comee_core-0.1.39 db/migrate/20230727153013_create_comee_core_units.rb