0
Wird überprüft
For Postgresql, when generating script with quoted identifiers, also quote column name(s)
Richard Beauchamp vor 8 Jahren
•
aktualisiert von Rafał Strzaliński (Senior Engineer) vor 8 Jahren •
1
For example, here is the Vertabelo output: CREATE INDEX "Channel_TeamId_idx" on "Channel" (TeamId ASC);
TeamId should be quoted too.
Customer support service by UserEcho
Hi,
Thanks for a bug report.