mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-19 01:52:09 +00:00
Latest working copy, needs testing on windows
This commit is contained in:
@@ -60,7 +60,7 @@ class D2Database {
|
||||
} else {
|
||||
$dataType = "VARCHAR(255)";
|
||||
}
|
||||
$sql .= "`$k` $dataType NOT NULL,";
|
||||
$sql .= "`$k` $dataType DEFAULT '',";
|
||||
}
|
||||
$sql = rtrim($sql, ",");
|
||||
$sql .= ")";
|
||||
|
Reference in New Issue
Block a user