You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
product-iots/modules/samples/sensebot/dbscripts/h2_sensebot.sql

12 lines
327 B

-- -----------------------------------------------------
-- Table `SENSEBOT_DEVICE`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `SENSEBOT_DEVICE` (
`SENSEBOT_DEVICE_ID` VARCHAR(45) NOT NULL ,
`DEVICE_NAME` VARCHAR(100) NULL DEFAULT NULL,
PRIMARY KEY (`SENSEBOT_DEVICE_ID`) );