0
À l'étude

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

Richard Beauchamp il y a 8 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 8 ans 1

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


TeamId should be quoted too.