Sha256: 0e36ec298b6f77874669c091284d42ff0a4e4964bff744b203868a9763ace669
Contents?: true
Size: 256 Bytes
Versions: 10
Compression:
Stored size: 256 Bytes
Contents
class CreateAccepts < ActiveRecord::Migration[5.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
10 entries across 10 versions & 10 rubygems