fix: Fixed issue with column size of ifTrunk (#7125)

* fix: Fix potential issue with column size of ifTrunk

* renemed sql file

* updated db_schema.yaml
This commit is contained in:
Søren Rosiak
2017-08-12 22:03:17 +02:00
committed by Neil Lathwood
parent 3594f494eb
commit 5ed7003b43
2 changed files with 2 additions and 1 deletions

View File

@@ -1075,7 +1075,7 @@ ports:
ifPhysAddress: { Field: ifPhysAddress, Type: text, 'Null': true, Default: null, Extra: '' }
ifPromiscuousMode: { Field: ifPromiscuousMode, Type: varchar(12), 'Null': true, Default: null, Extra: '' }
ifSpeed: { Field: ifSpeed, Type: bigint(20), 'Null': true, Default: null, Extra: '' }
ifTrunk: { Field: ifTrunk, Type: varchar(8), 'Null': true, Default: '', Extra: '' }
ifTrunk: { Field: ifTrunk, Type: varchar(16), 'Null': true, Default: null, Extra: '' }
ifType: { Field: ifType, Type: text, 'Null': true, Default: null, Extra: '' }
ifVlan: { Field: ifVlan, Type: varchar(8), 'Null': false, Default: '', Extra: '' }
ifVrf: { Field: ifVrf, Type: int(11), 'Null': false, Default: '0', Extra: '' }