CREATE TABLE chat_last_event (
    chat_id integer PRIMARY KEY NOT NULL,
    last_event_id integer NOT NULL
);
