Bug: col type is "serial" then I cant view ddl
Chat2DB Version
3.2.2
Describe the bug
If my col type is "serial" then I cant view ddl
I have no problem with this. Do you mean that if there is a serial field in the table, I cannot view the DDL?
yes. which version you use now I am TAG-3.2.2
3.2.4 and web page deployment are both possible https://github.com/chat2db/Chat2DB/releases/tag/v3.2.4
Try use the following sql create table then view ddl CREATE TABLE dept ( dept_id SERIAL PRIMARY KEY, dept_name VARCHAR(255) NOT NULL, CONSTRAINT uc_dept_name UNIQUE (dept_name) );
try new version?
I see.Thanks very much for your support I will try new version
I see.Thanks very much for your support I will try new version
Hi, is this problem solved now?