mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-16 16:36:56 +08:00
WIP
This commit is contained in:
@@ -12,7 +12,7 @@ class KumaColumnCompiler extends ColumnCompilerMySQL {
|
||||
if (this.type === "text" && typeof value === "string") {
|
||||
log.debug("defaultTo", `${this.args[0]}: ${this.type} ${value} ${typeof value}`);
|
||||
// MySQL 8.0 is required and only if the value is written as an expression: https://dev.mysql.com/doc/refman/8.0/en/data-type-defaults.html
|
||||
// MariaDB 10.2.1 is required: https://mariadb.com/kb/en/text/
|
||||
// MariaDB 10.2 is required: https://mariadb.com/kb/en/text/
|
||||
return `default (${formatDefault(value, this.type, this.client)})`;
|
||||
}
|
||||
return super.defaultTo.apply(this, arguments);
|
||||
|
Reference in New Issue
Block a user