Sha256: fead1a2e6546207efbd7481d850461b990d7a26f1a9fb228a48f6480e6ffb4aa

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

class CreateProduceTypes < ActiveRecord::Migration[5.1]
  def change
    create_table :produce_types do |t|
      t.string :name
      t.text :display_name
      t.text :note
      t.integer :position

      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/20111124110355_create_produce_types.rb