Someone faced the problem with double generated unique ids at propel migration?

UK7KBE2JW
UK7KBE2JW Posts: 463 πŸ§‘πŸ»β€πŸš€ - Cadet
edited June 2023 in Propel ORM

Someone faced the problem with double generated unique ids at propel migration?

CREATE TABLE "spy_store" ( "id_store" INTEGER NOT NULL, "name" VARCHAR(255), PRIMARY KEY ("id_store"), CONSTRAINT "spy_store_u_a96012" UNIQUE ("id_store","id_store") );

Tagged:

Comments