feat: add test for table creation with comments

This commit is contained in:
Pavel
2025-07-31 17:47:12 +02:00
parent 888e284f84
commit 489f3aa19d
3 changed files with 39 additions and 0 deletions

View File

@@ -56,6 +56,9 @@ export type TestEngineInfo = {
useTextTypeForStrings?: boolean;
supportTableComments?: boolean;
supportColumnComments?: boolean;
supportRenameSqlObject?: boolean;
supportSchemas?: boolean;