Sha256: 4444d87d3f9b86eb8ceed62ff005fa22973f30176bd5d5f26160b407175b82cc
Contents?: true
Size: 281 Bytes
Versions: 13
Compression:
Stored size: 281 Bytes
Contents
class CreateSisCoreLookups < ActiveRecord::Migration[6.0] def change create_table :sis_core_lookups do |t| t.string :name, null: false t.string :type, null: false t.timestamps end add_index :sis_core_lookups, %i[name type], unique: true end end
Version data entries
13 entries across 13 versions & 1 rubygems