Menu

#68 Problem with SQL Scripts for PostgreSQL

release_1.5
open
nobody
5
2010-08-18
2010-08-18
Anonymous
No

When I exported my model to SQL scripts for postgreSQL the fields and table names should be between double quotes, but they doesn't.
Something like this:
CREATE TABLE "MyTable" (
"IdTable" SERIAL NOT NULL,
"Field1" TEXT,
PRIMARY KEY("IdTable"));

Congratulations for the nice work!

Discussion


Log in to post a comment.