3 lines
75 B
MySQL
3 lines
75 B
MySQL
|
drop table if exists credits; -- must be first
|
||
|
drop table if exists stars;
|