remove field name in schema

This commit is contained in:
Nam Huynh 2021-08-19 15:26:22 +07:00
parent dceb7b9aa6
commit 56598f41fa
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ const DeviceManagementSchema = `
PRIMARY KEY, PRIMARY KEY,
device_id text NOT NULL UNIQUE, device_id text NOT NULL UNIQUE,
ip text NOT NULL, ip text NOT NULL,
name text NOT NULL,
platform text NOT NULL, platform text NOT NULL,
os_name text NOT NULL, os_name text NOT NULL,
os_version text NOT NULL, os_version text NOT NULL,