Sha256: 0ea5b30d1528c41bdccab92e0b0792f1b53bcaf7a919aa6a3d1c19fcf9a87513
Contents?: true
Size: 167 Bytes
Versions: 26
Compression:
Stored size: 167 Bytes
Contents
class CreateNotes < ActiveRecord::Migration def change create_table :notes do |t| t.string :title t.text :body t.timestamps end end end
Version data entries
26 entries across 26 versions & 1 rubygems