mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
4 lines
182 B
MySQL
4 lines
182 B
MySQL
|
/* Allow this column to be nullable (null means we'll try to autodetect) */
|
||
|
ALTER TABLE {$NAMESPACE}_pastebin.pastebin_paste MODIFY language VARCHAR(64)
|
||
|
COLLATE {$COLLATE_TEXT};
|