restore table - comments

This commit is contained in:
SPRINX0\prochazka
2025-12-01 12:17:00 +01:00
parent b912190c5e
commit 6bd81cbff5
2 changed files with 19 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export interface SqlDumper extends AlterProcessor {
transform(type: TransformType, dumpExpr: () => void);
createDatabase(name: string);
dropDatabase(name: string);
comment(value: string);
callableTemplate(func: CallableObjectInfo);