Sha256: 001efd1ff233d69b405cb75fcd9a2f2afffbaf9fe5bb0ede3e576abf87cf2264
Contents?: true
Size: 224 Bytes
Versions: 3
Compression:
Stored size: 224 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 add_index :dogs, :tail, :name => 'index_tail_on_dogs' end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
birdbath-1.3.5 | test/db/schema.rb |
birdbath-1.3.4 | test/db/schema.rb |
migration_test_helper-1.3.3 | ./test/db/schema.rb |