Views depend on tables. Views are not necessarily dumped in dependency order, meaning that recreating them will not necessarily function as intended, instead throwing an error that the table it depends upon doesn't exist.
Workaround: manually re-arrange the tables such that the views are created after the tables depend on them.
Views depend on tables. Views are not necessarily dumped in dependency order, meaning that recreating them will not necessarily function as intended, instead throwing an error that the table it depends upon doesn't exist.
Workaround: manually re-arrange the tables such that the views are created after the tables depend on them.