> ERROR: cannot delete from table "table_name" because it does not have a replica identity and publishes deletes HINT: To enable deleting from the table, set REPLICA IDENTITY using ALTER TABLE.
ALTER TABLE 表名 REPLICA IDENTITY FULL;
京公网安备 11010502049817号