Sha256: 4aa3fb0bc3a6145acf94604186728a5bebcca405b697d7868c0140b68ded968c
Contents?: true
Size: 280 Bytes
Versions: 4
Compression:
Stored size: 280 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 end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
auto_html-1.3.3 | test/fixtures/schema.rb |
auto_html-1.3.2 | test/fixtures/schema.rb |
auto_html-1.3.1 | test/fixtures/schema.rb |
auto_html-1.3.0 | test/fixtures/schema.rb |