Sha256: 37c9df67654af634b88f61295ffa0c9c4115376a9a5996c415915321c82aade6
Contents?: true
Size: 251 Bytes
Versions: 34
Compression:
Stored size: 251 Bytes
Contents
class CreateAccepts < ActiveRecord::Migration 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
34 entries across 30 versions & 13 rubygems