Home > database >  Run postgre SLQ statement appears field ids default dependence relationship
Run postgre SLQ statement appears field ids default dependence relationship

Time:10-02

Copy to postgre SLQ statements, adopt the way of new query to run, will appear this kind of circumstance, checked on the net, did not find a solution, hope there is a great god help,
==================================================================================================
(Err) error: cannot delete sequence "tb_Account_ID_seq" because there are other objects rely on it
DETAIL: table "tb_Account" the default depends on the field ID sequence "tb_Account_ID_seq
"HINT: use the DROP.. CASCADE to rely on object delete.
==================================================================================================
  • Related