Sha256: 8262a971b06c30b5b1f84179f247f3e85aa57e3eca4de2d0e051a441f6183760
Contents?: true
Size: 265 Bytes
Versions: 51
Compression:
Stored size: 265 Bytes
Contents
class CreateTree < ActiveRecord::Migration def change create_table :trees do |t| t.string :name t.references :owner, index: true t.references :cutter, index: true t.references :island, index: true t.timestamps end end end
Version data entries
51 entries across 51 versions & 1 rubygems