🌙 Dark Mode has arrived
We're joining the dark side! It's easier on the eyes for you night owls. Or if you just want to change a bit, sure it'll make things look better.
We're joining the dark side! It's easier on the eyes for you night owls. Or if you just want to change a bit, sure it'll make things look better.
Ready to make your diagrams more colorful ? 🤩🌈🙈
We're excited to announce that you can now easily decorate your diagram by changing table header color.
Table header color syntax example
Table users as U [headercolor: #d35400] {
id int
full_name varchar
created_at timestamp
country_code int
}
Table Header Color is a premium feature of dbdiagram.io.
All you need to unlock this premium feature is to TWEET about us on Twitter.
Here is the guide 👇
That's it. Enjoy and make beautiful diagrams 😎
We're excited to share that Export DBML Schema to SQL Server is now supported !
Now you can quickly design and visualize your database schema and export to SQL Server.
We heard you! dbdiagram.io now supports auto-increment!
Our DBML sample code:
Table users {
id integer [pk, increment]
name varchar [not null]
}
When in PostgreSQL:
CREATE TABLE "users" (
"id" SERIAL PRIMARY KEY,
"name" varchar NOT NULL
)
When in MySQL:
CREATE TABLE `users`
(
`id` integer PRIMARY KEY AUTO_INCREMENT,
`name` varchar(255) NOT NULL
)
Also, do check out our new community forum on https://community.dbdiagram.io/!
Hi dbdiagram.io users, it's been a great journey with you! To have a better focus on our engagement, we are proud to announce: We have moved our forum from Holistics forum to the new site at https://community.dbdiagram.io/!
New categories will be created and we hope this will allow you to quickly obtain answers for all your queries 😉