From 68f8d4806494ff5c65f22dfc608175653d68bc7d Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Sat, 4 Feb 2023 12:10:09 +0100 Subject: [PATCH] chore: minor ts changes --- src/common/interfaces/antares.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/interfaces/antares.ts b/src/common/interfaces/antares.ts index bb61eac1..9bb4ed8a 100644 --- a/src/common/interfaces/antares.ts +++ b/src/common/interfaces/antares.ts @@ -89,6 +89,7 @@ export interface TableInfos { comment: string; size: number | false; collation: string; + autoIncrement?: boolean; } export type TableOptions = Partial;