Sha256: 1c68a9f44bdf387fe938609cc4e3b89be7361c16df0919bcdd9fca2a62d44b63

Contents?: true

Size: 251 Bytes

Versions: 2

Compression:

Stored size: 251 Bytes

Contents

# typed: true
class CreateCodeLinkTypes < ActiveRecord::Migration[6.0]
  def change
    create_table :code_link_types do |t|
      t.text :type_description
      t.references :type, 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/20190827180752_create_code_link_types.rb
mega-os-1.0.0 db/migrate/20190827180752_create_code_link_types.rb