View file status/sql5.sql
CREATE TABLE cat ( id int NOT NULL, name text NOT NULL, info text NOT NULL ); CREATE TABLE statuses ( idcat int NOT NULL, id int NOT NULL, status text NOT NULL, data text NOT NULL, rating int NOT NULL, time text NOT NULL );