Author: overlordq
Description:
DBQueryError: A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
Query: CREATE TABLE IF NOT EXISTS "unittest_orm_test"(
test_id INT unsigned NOT NULL auto_increment PRIMARY KEY, test_name VARCHAR(255) NOT NULL, test_age TINYINT unsigned NOT NULL, test_height FLOAT NOT NULL, test_awesome TINYINT unsigned NOT NULL, test_stuff BLOB NOT NULL, test_moarstuff BLOB NOT NULL, test_time varbinary(14) NOT NULL );
Function: DatabaseBase::safeQuery
Error: 42601 ERROR: syntax error at or near "unsigned"
LINE 2: test_id INT unsigned NOT NULL ...
Version: unspecified
Severity: normal