Sha256: 0c43c3d0c4f6c760fa6cef06955320b99827ded2033c35ccfb807273c24f9fb8
Contents?: true
Size: 171 Bytes
Versions: 15
Compression:
Stored size: 171 Bytes
Contents
class CreateBooks < ActiveRecord::Migration def change create_table :books do |t| t.string :title t.string :author t.timestamps end end end
Version data entries
15 entries across 13 versions & 3 rubygems