Sha256: 4b9ba9f22d0d1f689d23a3f6101c32d052be7163677a45a90e662ea6e34e00c4
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
ActiveRecord::Schema.define do create_table :androids, :force => true do |t| t.string :name, :limit => 10 t.text :description, :limit => 40 t.integer :number, :limit => 2 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
auto_validations-0.0.2 | test/support/schema.rb |
auto_validations-0.0.1 | test/support/schema.rb |