Sha256: 670f6484f858db259205e2348a76a1056b15e8b818c6614d999cc8edb70a7847
Contents?: true
Size: 145 Bytes
Versions: 331
Compression:
Stored size: 145 Bytes
Contents
class CreateIntegerField < ActiveRecord::Migration def change create_table :integer_fields do |t| t.integer :field end end end
Version data entries
331 entries across 331 versions & 2 rubygems