ADD drop table at start

Dieser Commit ist enthalten in:
2024-07-02 00:04:43 +02:00
Ursprung f435f32bba
Commit 301e80afa7
4 geänderte Dateien mit 179 neuen und 44 gelöschten Zeilen
+3
Datei anzeigen
@@ -1,5 +1,8 @@
-- Initialize the tables for the callbook program
DROP TABLE IF EXISTS `callbook_user`;
DROP TABLE IF EXISTS `callbook_address`;
CREATE TABLE IF NOT EXISTS `callbook_user`(
`id` SERIAL,
`user_id` INT(10) UNSIGNED NOT NULL DEFAULT 0,