master
SneedBot 2024-08-07 20:00:21 +00:00
parent 051311ef71
commit 8ee5aad980
1 changed files with 2 additions and 1 deletions

View File

@ -304,7 +304,8 @@ ALTER SEQUENCE public.chat_messages_id_seq OWNED BY public.chat_messages.id;
CREATE TABLE public.chats (
id integer NOT NULL,
name character varying(54) NOT NULL,
created_utc integer NOT NULL
created_utc integer NOT NULL,
css character varying(20000)
);