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