Sha256: d8b755967e4f8f098010e8d59ffed3304073f4a64ddb41bddfec66279c1a6e43

Contents?: true

Size: 223 Bytes

Versions: 1

Compression:

Stored size: 223 Bytes

Contents

class CreateOccupationGroups < ActiveRecord::Migration
  def change
    create_table :unico_occupation_groups do |t|
      t.string :code, null: false
      t.string :name, null: false

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unico-training-7.8.0 db/migrate/20170726135645_create_occupation_groups.rb