Sha256: b4566240051bd8b840fae4ea0128ef2d793f048a2cdf957c0769da2f0bbe361d
Contents?: true
Size: 191 Bytes
Versions: 3
Compression:
Stored size: 191 Bytes
Contents
ActiveRecord::Schema.define(:version => 1) do create_table :people do |t| t.string :first_name, :last_name, :occupation t.integer :age, :phone, :favorite_number end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sprsquish-conditions_fu-0.2.0 | test/schema.rb |
sprsquish-conditions_fu-0.2.1 | test/schema.rb |
sprsquish-conditions_fu-0.3.0 | test/schema.rb |