Aller au contenu

Table: brush_packs

Ce contenu n’est pas encore disponible dans votre langue.

This table references:

  • user(ref) via column owner_user_ref

Referenced by:

ColumnTypeNullableNotes
iduuidnoDefault gen_random_uuid()
owner_user_refbigintnoReferences user(ref)
nametextno
source_filetextyes
created_attimestampnoDefault now()
origin_server_iduuidyes
CREATE TABLE public.brush_packs (
id uuid DEFAULT gen_random_uuid() NOT NULL,
owner_user_ref bigint NOT NULL,
name text NOT NULL,
source_file text,
created_at timestamp with time zone DEFAULT now() NOT NULL,
origin_server_id uuid
);

Please see the schema overview for context. This document was last regenerated on 2026-07-26T08:25:29.520Z.