-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
In my sql file, there are a procedure to reset data like :
DELETE TABLE aa;
ALTER TABLE aa AUTO_INCREMENT = 1;After I export my database to sql file, my procedure was on top of file (before create table). Due to it's location, my procedure can't be imported with message :
SqlError: (conn=1534, no: 1146, SQLState: 42S02) Table 'db.aa' doesn't exist
But after i try to put it on bottom of file, my procedure was created safely. Can you make procedure and function creation being executed after table creation ? Cheers.
Metadata
Metadata
Assignees
Labels
No labels