t.column "rank", :integer
end
+ create_table "sessions", :force => true do |t|
+ t.column "sessid", :string
+ t.column "data", :text
+ t.column "updated_at", :datetime
+ end
+
+ add_index "sessions", ["sessid"], :name => "session_index"
+
create_table "sitealizer", :force => true do |t|
t.column "path", :string
t.column "ip", :string