Sha256: e5b57c2ac79b7ba4fb01a8c6f306cb98fe3ded4583616eff97c82eda7ba25018
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
class CreateIconlyProjectIcons < ActiveRecord::Migration[5.0] def change create_table :iconly_project_icons, id: :uuid do |t| t.uuid :project_id, null: false, index: true, foreign_key: true t.uuid :icon_id, null: false, index: true, foreign_key: true t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
iconly-1.0.0 | db/migrate/20170131084626_create_iconly_project_icons.rb |