Table Header Color
You can decorate your diagram by changing table header color.
info
This feature is available in our Personal Pro plan
We support 2 ways of changing the table header color:
- Typing DBML code (docs).
- Interacting directly on the diagrams itself, by selecting the color.
Table header color syntax example:
Table users as U [headercolor: #d35400] {
id int
full_name varchar
created_at timestamp
country_code int
}