feat: ms_description for tables, upd columns

This commit is contained in:
Pavel
2025-07-30 03:35:01 +02:00
parent c20aec23a2
commit 4f6a3c23ad
4 changed files with 106 additions and 15 deletions

View File

@@ -112,6 +112,18 @@ const dialect = {
};
}
},
getTableFormOptions(intent) {
return [
{
type: 'text',
label: 'Comment',
name: 'objectComment',
sqlFormatString: '^comment = %v',
allowEmptyValue: true,
},
];
},
};
/** @type {import('dbgate-types').EngineDriver} */