Add service templates

This commit is contained in:
Anthony F McInerney
2020-09-25 05:12:00 +01:00
parent 8032928873
commit 8e6449dddc
+1 -1
View File
@@ -1721,7 +1721,7 @@ services:
- { Field: service_disabled, Type: tinyint, 'Null': false, Extra: '', Default: '0' }
- { Field: service_ds, Type: text, 'Null': false, Extra: '' }
- { Field: service_template_id, Type: 'int unsigned', 'Null': false, Extra: '', Default: '0' }
- { Field: service_name, Type: varchar(255), 'Null': false, Extra: '' }
- { Field: service_name, Type: varchar(255), 'Null': true, Extra: '' }
Indexes:
PRIMARY: { Name: PRIMARY, Columns: [service_id], Unique: true, Type: BTREE }
services_device_id_index: { Name: services_device_id_index, Columns: [device_id], Unique: false, Type: BTREE }