wangyjay commented on issue #7304:
URL: 
https://github.com/apache/incubator-seata/issues/7304#issuecomment-2986343405

   CREATE TABLE "BPM3"."BPM_TYPE"
   (
   "ID" BIGINT NOT NULL,
   "CODE" VARCHAR(40) NOT NULL,
   "NAME" VARCHAR(100),
   "CREATED_BY" VARCHAR(80),
   "CREATED_DATE" TIMESTAMP(6),
   "LAST_MODIFIED_BY" VARCHAR(80),
   "LAST_MODIFIED_DATE" TIMESTAMP(6),
   "TENANT_ID" VARCHAR(64),
   "SORT" VARCHAR(256),
   "CREATED_BY_NAME" VARCHAR(128),
   "LAST_MODIFIED_BY_NAME" VARCHAR(128),
   CLUSTER PRIMARY KEY("ID")) STORAGE(ON "BPM3", CLUSTERBTR) ;
   
   COMMENT ON COLUMN "BPM3"."BPM_TYPE"."CREATED_BY_NAME" IS '创建人名称';
   COMMENT ON COLUMN "BPM3"."BPM_TYPE"."LAST_MODIFIED_BY_NAME" IS '修改人名称';
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to