1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(SQLite): added support to INTEGER UNSIGNED

This commit is contained in:
2023-02-04 11:38:30 +01:00
parent e8447e5655
commit e7e491340a
2 changed files with 8 additions and 0 deletions

View File

@ -38,6 +38,7 @@
"bigint": $number-color,
"newdecimal": $number-color,
"integer": $number-color,
"integer_unsigned": $number-color,
"numeric": $number-color,
"smallserial": $number-color,
"serial": $number-color,