dbml icon indicating copy to clipboard operation
dbml copied to clipboard

table without any column error

Open hooopo opened this issue 5 years ago • 0 comments

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.

hooopo avatar Jun 26 '20 23:06 hooopo