Sha256: e347c309364a27e4a0c93bd27a4986489eb5f60d344491a30f1466def69ad158
Contents?: true
Size: 178 Bytes
Versions: 3
Compression:
Stored size: 178 Bytes
Contents
ActiveRecord::Schema.define do self.verbose = false create_table :posts, :force => true do |t| t.string :choice t.string :old_type t.boolean :archived end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lazy_model-0.0.4 | test/support/schema.rb |
lazy_model-0.0.3 | test/support/schema.rb |
lazy_model-0.0.2 | test/support/schema.rb |