Quote 'rank' in test-ATIS so that it can be run with MySQL 8.0

This commit is contained in:
Monty
2018-04-21 17:53:37 +03:00
parent 6b1a8b2c72
commit c39f8a80c9

View File

@ -369,7 +369,7 @@ sub init_data
@class_of_service=
$server->create("class_of_service",
["class_code char(2) NOT NULL",
"rank tinyint(2) NOT NULL",
"`rank` tinyint(2) NOT NULL",
"class_description char(80) NOT NULL"],
["PRIMARY KEY (class_code)"]);
@code_description=