Sha256: e0e8c34a32ca5cc2686734c754863009145430faa272108985d9b2510d9f787a
Contents?: true
Size: 237 Bytes
Versions: 20
Compression:
Stored size: 237 Bytes
Contents
class CreateQaLocalAuthorities < ActiveRecord::Migration[5.1] def change create_table :qa_local_authorities do |t| t.string :name t.timestamps end add_index :qa_local_authorities, :name, unique: true end end
Version data entries
20 entries across 20 versions & 1 rubygems