mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
refactor(Firebird SQL): improve fields metadata detection
This commit is contained in:
@@ -35,7 +35,8 @@ export const NUMBER = [
|
||||
'SERIAL',
|
||||
'BIGSERIAL',
|
||||
'OID',
|
||||
'XID'
|
||||
'XID',
|
||||
'INT64'
|
||||
];
|
||||
|
||||
export const FLOAT = [
|
||||
|
Reference in New Issue
Block a user