Sha256: 306fa83cc3aa47179730871288fd9c7f076891380785f5478d9ea7af1cc4f35a
Contents?: true
Size: 373 Bytes
Versions: 42
Compression:
Stored size: 373 Bytes
Contents
class CreateQaLocalAuthorityEntries < ActiveRecord::Migration[5.2] def change create_table :qa_local_authority_entries do |t| t.references :local_authority, foreign_key: { to_table: :qa_local_authorities }, index: true t.string :label t.string :uri t.timestamps end add_index :qa_local_authority_entries, :uri, unique: true end end
Version data entries
42 entries across 28 versions & 1 rubygems