Sha256: 7a3ee70110e7c92796f66e87a66b6efc9565984c89800424ae39b078bdcf3c6d
Contents?: true
Size: 257 Bytes
Versions: 2
Compression:
Stored size: 257 Bytes
Contents
# typed: true class CreateCodeLinkBatches < ActiveRecord::Migration[6.0] def change create_table :code_link_batches do |t| t.string :description t.references :code_link, null: false, foreign_key: true t.timestamps end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
ezii-browser-1.0.0 | server/redux-os/db/migrate/20190828105156_create_code_link_batches.rb |
mega-os-1.0.0 | db/migrate/20190828105156_create_code_link_batches.rb |