Allow `null` in `TUnsupportedDefaultValue`
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 11 Apr 2022 11:51:00 +0000 (13:51 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 11 Apr 2022 11:51:58 +0000 (13:51 +0200)
commit5eae53d5ce9d461a50c612cc4bb307ec96858d62
treeaf2e97283fd4797a3018471db7fae399c6efccbd
parent89f8e93c092d677d979fe425d4a67bb29555771b
Allow `null` in `TUnsupportedDefaultValue`

When fetching the column definition from the database MySQL will return `null`
as the default value for BLOB and TEXT column even if the column itself is
`NOT NULL`.
wcfsetup/install/files/lib/system/database/table/column/TUnsupportedDefaultValue.class.php