Sha256: 60cfa511007011d709ea45e2afe284bb5571f0544b049522dba354ea235361c9
Contents?: true
Size: 144 Bytes
Versions: 145
Compression:
Stored size: 144 Bytes
Contents
class CreateFloatField < ActiveRecord::Migration[4.2] def change create_table :float_fields do |t| t.float :field end end end
Version data entries
145 entries across 145 versions & 1 rubygems