Sha256: 5f045e21f5ae1c79ecc47e6aab2ceec53a667dba9a38ccd76ce83becad9d6fc3
Contents?: true
Size: 239 Bytes
Versions: 6
Compression:
Stored size: 239 Bytes
Contents
class CreateProduceTypes < ActiveRecord::Migration[5.2] 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
6 entries across 6 versions & 6 rubygems