Rresolve #14419 - changed order in type dropdown

Signed-off-by: Michael Heiland <michael.heiland.01@gmail.com>
This commit is contained in:
Michael Heiland 2018-10-17 12:18:37 +02:00
parent 63e2a999d6
commit 354e77e341
2 changed files with 2 additions and 2 deletions

View File

@ -738,8 +738,8 @@ class Types
'VARBINARY',
'-',
'TINYBLOB',
'MEDIUMBLOB',
'BLOB',
'MEDIUMBLOB',
'LONGBLOB',
'-',
'ENUM',

View File

@ -743,8 +743,8 @@ class TypesTest extends PmaTestCase
'VARBINARY',
'-',
'TINYBLOB',
'MEDIUMBLOB',
'BLOB',
'MEDIUMBLOB',
'LONGBLOB',
'-',
'ENUM',