Postgres ts_vector
问题 I am using Seqeulize with Nodejs. My table name is "Users" and it has a column "userName". I have named the ts vectored column userNameVector. In trying to create the column and set the triggers, I keep getting the error "errorMissingColumn". Apparently it is telling me that my column "userName" doesn't exist but I triple checked and it does. The log from the node console is as follows: Executing (default): ALTER TABLE "Users" ADD COLUMN "userNameVector" TSVECTOR Executing (default): UPDATE