Sha256: 6e157a6af735194d8463da010d9397bd2e24f54970559283bebdd880818447b9
Contents?: true
Size: 421 Bytes
Versions: 38
Compression:
Stored size: 421 Bytes
Contents
class CreateParticipantLicenses < ActiveRecord::Migration def change create_table :participant_licenses, options: 'DEFAULT CHARSET=utf8' do |t| t.references :license_category, index: true, null: false t.string :license_number t.string :jurisdiction t.string :state_or_province t.references :participant, index: true, null: false, foreign_key: true t.timestamps end end end
Version data entries
38 entries across 38 versions & 1 rubygems