Parcourir la source

sql 变更语句

liubo il y a 3 ans
Parent
commit
04f85c3bf8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      docker/mysql/update/hxp-update.sql

+ 1 - 0
docker/mysql/update/hxp-update.sql

@@ -0,0 +1 @@
+ALTER TABLE `hxp_alarm_record` ADD COLUMN `parent_id` bigint(20) NULL DEFAULT NULL COMMENT '父级ID' AFTER `userecord_id`;