细节优化——1

This commit is contained in:
Cheng Zhou
2025-12-30 14:07:57 +08:00
parent 71db309e12
commit 0c1fc49f17
40 changed files with 1610 additions and 389 deletions
+1
View File
@@ -100,6 +100,7 @@ CREATE TABLE public.comments (
entity_type character varying(50) NOT NULL,
entity_id uuid NOT NULL,
content text NOT NULL,
quote_comment_id uuid,
created_by uuid NOT NULL,
created_at timestamp with time zone DEFAULT now() NOT NULL,
is_deleted boolean DEFAULT false NOT NULL