Sha256: 8ae1d5b28070cd0aa82bf3968befc6a8c8951d1c5a7ecd958dde4583cba4dc37
Contents?: true
Size: 150 Bytes
Versions: 166
Compression:
Stored size: 150 Bytes
Contents
class CreateBooleanField < ActiveRecord::Migration[4.2] def change create_table :boolean_fields do |t| t.boolean :field end end end
Version data entries
166 entries across 166 versions & 1 rubygems