Sha256: cf1f2ef073e9904a8944c0b75a2fd027289879b1bea785a047692b8dbf7018a2
Contents?: true
Size: 213 Bytes
Versions: 15
Compression:
Stored size: 213 Bytes
Contents
class CreateTestings < ActiveRecord::Migration def change create_table :testings do |t| t.string :greeting t.integer :age t.boolean :happy t.timestamps null: false end end end
Version data entries
15 entries across 15 versions & 2 rubygems