table without any column error
Open
- Dominant language
- JavaScript
- Stars
- 3.7k
- Forks
- 233
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 4
Description
```
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.
Contributor guide
Assessment
This issue has not been assessed yet.