tuichenchuxin commented on issue #18896:
URL: 
https://github.com/apache/shardingsphere/issues/18896#issuecomment-1176060430

   @sasikanth-th It's not about timestamp but `path`
   You can use this sql instead
   ```
   CREATE TABLE public.files (id BIGINT NOT NULL, created_at TIMESTAMP WITHOUT 
TIME ZONE, updated_at TIMESTAMP WITHOUT TIME ZONE, created_by BIGINT, 
updated_by BIGINT, name VARCHAR(255), "path" VARCHAR(255), CONSTRAINT 
files_pkey PRIMARY KEY (id))
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to