Just like regular collections, it would be great to be able to add a description to the SQL collections table. Every other collections supports this except SQL collection.
Apologies for the delayed support.
nocobase:main
← nocobase:feat/sql-description
opened 10:27AM - 16 Jan 25 UTC
<!--
First of all, thank you for your contribution!
For bug fixes or other no… n-feature modifications, please base your branch on the main branch.
For new features or API modifications, please make sure your branch is based on the next branch.
Thank you!
-->
### This is a ...
- [ ] New feature
- [x] Improvement
- [ ] Bug fix
- [ ] Others
### Motivation
### Description
<!--
Please describe the key changes made in this PR clearly and concisely,
mention any potential risks,
and provide some testing suggestions.
-->
### Related issues
### Showcase
### Changelog
| Language | Changelog |
| ---------- | --------- |
| 🇺🇸 English | Allows to add descriptions for SQL collections |
| 🇨🇳 Chinese | 支持给 SQL 数据表添加描述 |
### Docs
| Language | Link |
| ---------- | --------- |
| 🇺🇸 English | |
| 🇨🇳 Chinese | |
### Checklists
- [x] All changes have been self-tested and work as expected
- [ ] Test cases are updated/provided or not needed
- [ ] Doc is updated/provided or not needed
- [ ] Component demo is updated/provided or not needed
- [x] Changelog is provided or not needed
- [ ] Request a code review if it is necessary