[功能添加]:物模型日志表创建.1

This commit is contained in:
alwayssuper
2025-01-06 11:04:39 +08:00
parent 4f59ebf462
commit 0249ca9929
8 changed files with 115 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
<!-- 创建设备日志超级表 初始化只创建一次-->
<update id="createDeviceLogSTable">
CREATE STABLE device_log(
CREATE STABLE device_log (
ts TIMESTAMP,
id NCHAR(50),
product_key NCHAR(50),