Sha256: 0441da9add235b1e0f5874948da63da2b372a600eb04a67d43b67f106c8f4a0f
Contents?: true
Size: 225 Bytes
Versions: 160
Compression:
Stored size: 225 Bytes
Contents
class CreateExpectations < ActiveRecord::Migration[4.2] def change create_table :expectations do |t| t.references :exercise t.string :binding t.string :inspection t.timestamps end end end
Version data entries
160 entries across 160 versions & 2 rubygems