Cannot resolve table name close to

前端 未结 3 1860
别那么骄傲
别那么骄傲 2020-12-17 10:24

I want to create a references to foreign table. but i\'m getting the following error:

query:

CREATE TABLE category_ids (id INT, post_id INT,
                 


        
3条回答
  •  忘掉有多难
    2020-12-17 11:09

    This error can also come when parent table is partitioned. Removing partitioning from the parent table allows foreign constraint to be created without any problem.

提交回复
热议问题