I'm trying to add a new many2many relation table to add extra fields inside not just the foreign keys for example I want to add color, date, and status, but whenever running the module I receive the error that the id of the table not exist
psycopg2.errors.UndefinedColumn: column tableName.id does not exist LINE 1: SELECT "tableName".id FROM "tableName... ^
it will be better if you add the relevant part of the code along with the question