Sha256: 3af62c9a04f2fe2e2a135e5eb7337416381c79579850ac365bdb98c0711569bb

Contents?: true

Size: 405 Bytes

Versions: 10

Compression:

Stored size: 405 Bytes

Contents

ActiveRecord::Schema.define do
  create_table "articles", :force => true do |t|
    t.column "title",         :string
    t.column "body",          :text
    t.column "body_html",     :text
    t.column "created_at",    :datetime
    t.column "updated_at",    :datetime
  end

  create_table "users", :force => true do |t|
    t.column "name",         :string
    t.column "bio",          :text
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
auto_html-1.5.1.1 test/fixtures/schema.rb
auto_html-1.5.1 test/fixtures/schema.rb
auto_html-1.5.0 test/fixtures/schema.rb
auto_html-1.4.2 test/fixtures/schema.rb
auto_html-1.4.1 test/fixtures/schema.rb
auto_html-1.4.0 test/fixtures/schema.rb
auto_html-1.3.7 test/fixtures/schema.rb
auto_html-1.3.6 test/fixtures/schema.rb
auto_html-1.3.5 test/fixtures/schema.rb
auto_html-1.3.4 test/fixtures/schema.rb