Skip to content

Commit 91ce5ec

Browse files
committed
build for #769
1 parent 3115ec8 commit 91ce5ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api.include.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6369,7 +6369,7 @@ public function getTableColumns(string $tableName, string $type): array
63696369
if (isset($matches[1])) {
63706370
$result['DATA_TYPE'] = $matches[1];
63716371
} else {
6372-
$result['DATA_TYPE'] = 'integer';
6372+
$result['DATA_TYPE'] = 'text';
63736373
}
63746374
if (isset($matches[5])) {
63756375
$result['NUMERIC_PRECISION'] = $matches[3];

api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6369,7 +6369,7 @@ public function getTableColumns(string $tableName, string $type): array
63696369
if (isset($matches[1])) {
63706370
$result['DATA_TYPE'] = $matches[1];
63716371
} else {
6372-
$result['DATA_TYPE'] = 'integer';
6372+
$result['DATA_TYPE'] = 'text';
63736373
}
63746374
if (isset($matches[5])) {
63756375
$result['NUMERIC_PRECISION'] = $matches[3];

0 commit comments

Comments
 (0)