4 lines
120 B
SQL
4 lines
120 B
SQL
drop table if exists alert;
|
|
drop table if exists instrument;
|
|
drop table if exists currency;
|
|
drop table if exists users;
|