Sha256: cf5c35075a6d9a0db7429cfcee388e41b0050ffc0fbeaa04c723562bdcc640fc
Contents?: true
Size: 362 Bytes
Versions: 4
Compression:
Stored size: 362 Bytes
Contents
class CreateSisCoreSections < ActiveRecord::Migration[6.0] def change create_table :sis_core_sections do |t| t.string :name, null: false t.references :entry, null: false, index: { name: 'entry_on_sec' }, foreign_key: { to_table: :sis_core_lookups } t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems