Sha256: b48e1b4995f547565b51b026c59c32a9fe306d783bd59345b07046db94a9758e

Contents?: true

Size: 316 Bytes

Versions: 7

Compression:

Stored size: 316 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 "body_htmlized", :text
    t.column "created_at",    :datetime
    t.column "updated_at",    :datetime
  end
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
dejan-auto_html-1.1.0 test/fixtures/schema.rb
dejan-auto_html-1.1.1 test/fixtures/schema.rb
dejan-auto_html-1.1.2 test/fixtures/schema.rb
dejan-auto_html-1.2.0 test/fixtures/schema.rb
galetahub-auto_html-1.0.1 test/fixtures/schema.rb
auto_html-1.2.1 test/fixtures/schema.rb
auto_html-1.2.0 test/fixtures/schema.rb