✨ Table Group - Personal Pro feature
We're constantly working to improve your dbdiagram experience. One of the most requested features is the ability to categorize related tables. From today, you can do that with Table Group.
To start using Table Group, use the following syntax:
tablegroup group_name {
table_name1
table_name2
...
}
For example, to create a group named access_control
that includes users
, groups
, user_group_mapping
tables (as shown in the gif above):
tablegroup access_control {
users
groups
user_group_mapping
}
Please note that Table Group is a Personal Pro feature. You can learn more about Personal Pro Plan here.