Drop foreign keys before indexes in space:drop()
Implicitly involved in foreign key constraint index can't be dropped before constraint itself. So, to drop self-referenced table, we should firstly drop foreign key constraints, and only then indexes.
Loading
Please register or sign in to comment