Sha256: 5b50eef9e456ca748b56902a7bf77e6b5082d2b928c9f911dba33a1061dc4db2

Contents?: true

Size: 270 Bytes

Versions: 1

Compression:

Stored size: 270 Bytes

Contents

class CreatePeriodicals < ActiveRecord::Migration[5.1]
  def change
    create_table :periodicals do |t|
      t.text :original_title
      t.string :periodical_type
      t.references :manifestation, foreign_key: true, type: :uuid

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_seed-0.4.0.beta.1 spec/dummy/db/migrate/20141029131633_create_periodicals.rb