1
1
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:
2022-11-09 17:41:31 +01:00
parent 0827a04d61
commit 03777a2ea3
5 changed files with 71 additions and 22 deletions

View File

@ -58,7 +58,7 @@ export const customizations: Customizations = {
foreigns: false,
sortableFields: false,
unsigned: false,
nullable: false,
nullable: true,
nullablePrimary: false,
zerofill: false,
autoIncrement: false,