remove field name in schema
This commit is contained in:
		
							parent
							
								
									dceb7b9aa6
								
							
						
					
					
						commit
						56598f41fa
					
				| 
						 | 
					@ -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,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue