Sha256: 4698c9d9f130d674da3eed8e48f987a31086a4daad5957aa95ac12f99c28cba2
Contents?: true
Size: 145 Bytes
Versions: 331
Compression:
Stored size: 145 Bytes
Contents
class CreateBooleanField < ActiveRecord::Migration def change create_table :boolean_fields do |t| t.boolean :field end end end
Version data entries
331 entries across 331 versions & 2 rubygems