Table buildings {
address varchar(255) [unique, not null, note: 'to include unit number']
id integer [ pk, unique, default: 123 ]
}
npm install prettier-plugin-dbml --save-dev
prettier --write *.dbml
- Project Definition will be removed, see: holistics/dbml#285
- All String can't include single quotes
- All fields will be wrapped in double quotes
- Comments will be removed