Sha256: ec012773772e0371423f02749ffe7f10216b4728314c7438e1176296da55a672
Contents?: true
Size: 182 Bytes
Versions: 9
Compression:
Stored size: 182 Bytes
Contents
class CreateCreates < ActiveRecord::Migration def change create_table :creates do |t| t.integer :work_id t.integer :patron_id t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems