When I use vuerd-vscode to discover a table's schema file, the table's primary key field must be set to autoIncrement:true, otherwise the sql will not be generated, but there should be no autoIncrement attribute for primary keys of type 'varchar'.
vuerd-vscode cannot generate sql based on the following schema, and cat.id must be set to "autoIncrement": true to generate sql correctly
When I use vuerd-vscode to discover a table's schema file, the table's primary key field must be set to autoIncrement:true, otherwise the sql will not be generated, but there should be no autoIncrement attribute for primary keys of type 'varchar'. vuerd-vscode cannot generate sql based on the following schema, and cat.id must be set to "autoIncrement": true to generate sql correctly
schema.zip