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