Sha256: 7575e093749f1a0db0776871e10eba341bee23bf88405c7f896472a8133693ef

Contents?: true

Size: 175 Bytes

Versions: 6

Compression:

Stored size: 175 Bytes

Contents

ActiveRecord::Schema.define(:version => 0) do
  create_table :birds do |t|
    t.string  :name, :nickname
    t.text :description
    t.timestamps
    t.binary :bin
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
cldwalker-console_update-0.1.1 test/schema.rb
console_update-0.1.6 test/schema.rb
console_update-0.1.5 test/schema.rb
console_update-0.1.4 test/schema.rb
console_update-0.1.3 test/schema.rb
console_update-0.1.2 test/schema.rb