Sha256: 73f367b9499cdf702a9cfcb53ac3a214afbc6a4aa69528ef5cb492791f4511a6

Contents?: true

Size: 176 Bytes

Versions: 10

Compression:

Stored size: 176 Bytes

Contents

ActiveRecord::Schema.define do
  self.verbose = false

  create_table :posts, :force => true do |t|
    t.string :choice
    t.text :old_type
    t.boolean :archived
  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
lazy_model-0.1.0 test/support/schema.rb
lazy_model-0.0.13 test/support/schema.rb
lazy_model-0.0.12 test/support/schema.rb
lazy_model-0.0.11 test/support/schema.rb
lazy_model-0.0.10 test/support/schema.rb
lazy_model-0.0.9 test/support/schema.rb
lazy_model-0.0.8 test/support/schema.rb
lazy_model-0.0.7 test/support/schema.rb
lazy_model-0.0.6 test/support/schema.rb
lazy_model-0.0.5 test/support/schema.rb