diff --git a/resource/pandax_iot.sql b/resource/pandax_iot.sql index 21d2cd2..b90c427 100644 --- a/resource/pandax_iot.sql +++ b/resource/pandax_iot.sql @@ -17,6 +17,8 @@ SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; +CREATE DATABASE IF NOT EXISTS pandax_iot; + -- ---------------------------- -- Table structure for casbin_rule -- ----------------------------