mirror of https://github.com/Fabio286/antares.git
chore: minor ts changes
This commit is contained in:
parent
e7e491340a
commit
68f8d48064
|
@ -89,6 +89,7 @@ export interface TableInfos {
|
||||||
comment: string;
|
comment: string;
|
||||||
size: number | false;
|
size: number | false;
|
||||||
collation: string;
|
collation: string;
|
||||||
|
autoIncrement?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type TableOptions = Partial<TableInfos>;
|
export type TableOptions = Partial<TableInfos>;
|
||||||
|
|
Loading…
Reference in New Issue