Id Generator
"Wilfredo Sellado" <wsellado-Lo/[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
When I create the Table for Id, this error appears. I
thing the error is in the "name" type which is not
applicable in Postgres.
org.keel.services.persist.PersistenceException: Unable to build/execute
create s
tatement 'CREATE TABLE ids (next_id int4 not null, table_name name(16) not
null,
PRIMARY KEY (table_name))' for table 'ids', ERROR: syntax error at or near
"("
at character 57