Small fix in table

This commit is contained in:
Mario Voigt 2020-07-28 17:01:39 +02:00
parent 2244831653
commit 3a437eb0b5
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ apt-get install mariadb-server
CREATE TABLE IF NOT EXISTS Smartlock
(
`accountId` VARCHAR(9) NOT NULL,
`adminPinState` INT NOT NULL,
`adminPinState` SMALLINT NOT NULL,
`advertisingMode` SMALLINT NOT NULL,
`authId` VARCHAR(24),