Sha256: 2c2a2cb92e008d9420deb9f6245e4af98eb56b84254413eb9ef26aa77bd2ddbe
Contents?: true
Size: 454 Bytes
Versions: 8
Compression:
Stored size: 454 Bytes
Contents
ActiveRecord::Schema.define(:version => 0) do create_table "pages", :force => true do |t| t.string "title" t.string "url" t.text "keywords" t.text "description" t.text "content" t.datetime "created_at" t.datetime "updated_at" t.boolean "noindex" t.boolean "nofollow" t.string "canonical" t.boolean "enable_canonical" t.boolean "enable_keywords" end end
Version data entries
8 entries across 8 versions & 1 rubygems