Sha256: e5c28118446c09cf87e4c52b76e78eaa26f52bcf1f1a80361daf99ddc75c6754
Contents?: true
Size: 256 Bytes
Versions: 157
Compression:
Stored size: 256 Bytes
Contents
class CreateAccepts < ActiveRecord::Migration[4.2] def change create_table :accepts do |t| t.references :basket, index: true t.references :item, index: true t.references :librarian, index: true t.timestamps end end end
Version data entries
157 entries across 157 versions & 21 rubygems