Sha256: e06399a206caf5f900168f9bc014686c1ff17710f05a086eb0d3b10c3a9d6f98

Contents?: true

Size: 168 Bytes

Versions: 5

Compression:

Stored size: 168 Bytes

Contents

ActiveRecord::Schema.define(:version => 1) do
  create_table "dogs", :force => true do |t|
    t.column "tail", :string, :default => 'top dog', :limit => 187
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
migration_test_helper-1.3.1 test/db/schema.rb
migration_test_helper-1.1.0 test/db/schema.rb
migration_test_helper-1.2.0 test/db/schema.rb
migration_test_helper-1.2.1 test/db/schema.rb
migration_test_helper-1.3.2 test/db/schema.rb