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