backen: jwt
This commit is contained in:
8
mariadb/data/dms/cir_users.TRG
Normal file
8
mariadb/data/dms/cir_users.TRG
Normal file
@@ -0,0 +1,8 @@
|
||||
TYPE=TRIGGERS
|
||||
triggers='CREATE DEFINER=`root`@`localhost` TRIGGER trg_cir_users_bi_flags\nBEFORE INSERT ON cir_users\nFOR EACH ROW\nBEGIN\n SET NEW.is_main = IFNULL(NEW.is_main, 0);\n SET NEW.is_action = IFNULL(NEW.is_action, 0);\nEND' 'CREATE DEFINER=`root`@`localhost` TRIGGER trg_cir_users_bu_flags\nBEFORE UPDATE ON cir_users\nFOR EACH ROW\nBEGIN\n SET NEW.is_main = IFNULL(NEW.is_main, 0);\n SET NEW.is_action = IFNULL(NEW.is_action, 0);\nEND'
|
||||
sql_modes=1411383296 1411383296
|
||||
definers='root@localhost' 'root@localhost'
|
||||
client_cs_names='utf8mb4' 'utf8mb4'
|
||||
connection_cl_names='utf8mb4_general_ci' 'utf8mb4_general_ci'
|
||||
db_cl_names='utf8mb4_general_ci' 'utf8mb4_general_ci'
|
||||
created=1759220379993565 1759220380105898
|
||||
Reference in New Issue
Block a user