Strapi creates two ID columns, causes server to crash catastrophically

hi, how to solve this
i got this error on my 1st collection

create table "macchines" ("id" serial primary key, "id" varchar(255) null, "created_at" timestamp(6) null, "updated_at" timestamp(6) null, "published_at" timestamp(6) null, "created_by_id" integer null, "updated_by_id" integer null) - column "id" specified more than once