Sha256: fa7e91d293a1609ffdf3000a5327eaae400cff981c3ae42b2a683d2ab6e82f83
Contents?: true
Size: 169 Bytes
Versions: 5
Compression:
Stored size: 169 Bytes
Contents
class CreateAuthors < ActiveRecord::Migration def change create_table :authors do |t| t.string :name t.text :bio t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems