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

fix: select of table type stuck when editing an unknown type

This commit is contained in:
2023-02-04 11:34:53 +01:00
parent 6decba316c
commit e8447e5655
3 changed files with 34 additions and 36 deletions

View File

@ -85,12 +85,9 @@ export interface TableInfos {
name: string;
type: string;
rows: number;
created: Date;
updated: Date;
engine: string;
comment: string;
size: number | false;
autoIncrement: number;
collation: string;
}