CREATE TABLE chat_stickers (
    id uuid PRIMARY KEY,
    url text,
    position integer,
    is_active boolean,
    emoji text
);
