Sha256: 3fc19a2fdf59f75848a6312a0ce14bd2188aa2cbb32d808041ee227619fbb5f3

Contents?: true

Size: 253 Bytes

Versions: 1

Compression:

Stored size: 253 Bytes

Contents

class CreateWhitelabelSystemExtensions < ActiveRecord::Migration[6.0]
  def change
    create_table :whitelabel_system_extensions do |t|
      t.text :rfc
      t.references :comment, null: false, foreign_key: true

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jester-data-8.0.0 db/migrate/20190921101209_create_whitelabel_system_extensions.rb