CREATE TABLE website_ratings (
date date,
rate integer NOT NULL,
ip character varying(255)
);
