dbml
dbml copied to clipboard
table without any column error
Table "actions" {
}
ERROR: You have a syntax error at "a.dbml" line 2 column 1. Expected comment, valid name, or whitespace but "}" found.
In postgresql, table without a column is valid, but dbml throw an error.