3 lines
746 B
SQL
3 lines
746 B
SQL
CREATE STABLE IF NOT EXISTS structure_platform_backend_monitor_300423481073899002 ( `ts` timestamp , `tilt_x` DOUBLE , `tilt_y` DOUBLE , `tilt_x_current` DOUBLE , `tilt_x_cumulative` DOUBLE , `tilt_y_current` DOUBLE , `tilt_y_cumulative` DOUBLE , `application_id` NCHAR (20) ) TAGS (info JSON);
|
|
CREATE STABLE IF NOT EXISTS structure_platform_backend_monitor_300423481073899003 ( `ts` timestamp , `crack` DOUBLE , `crack_current` DOUBLE , `crack_cumulative` DOUBLE , `application_id` NCHAR (20) ) TAGS (info JSON);
|
|
CREATE STABLE IF NOT EXISTS structure_platform_backend_monitor_300423481073899001 ( `ts` timestamp , `settlement` DOUBLE , `settlement_current` DOUBLE , `settlement_cumulative` DOUBLE , `application_id` NCHAR (20) ) TAGS (info JSON) |