0
Under review

For Postgresql, when generating script with quoted identifiers, also quote column name(s)

Richard Beauchamp fa 8 anys updated by Rafał Strzaliński (Senior Engineer) fa 8 anys 1

For example, here is the Vertabelo output: CREATE INDEX "Channel_TeamId_idx" on "Channel" (TeamId ASC);


TeamId should be quoted too.