6 lines
76 B
SQL
6 lines
76 B
SQL
-- [STATUS]
|
|
|
|
drop table if exists status;
|
|
|
|
drop type if exists link_status;
|