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

@@ -443,6 +443,8 @@ const sqlServerEngine = {
supportSchemas: true,
supportRenameSqlObject: true,
defaultSchemaName: 'dbo',
supportTableComments: true,
supportColumnComments: true,
// skipSeparateSchemas: true,
triggers: [
{