细节优化——1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user