Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v4
/
vlib
/
v
/
checker
/
tests
/
orm_table_attributes.out
7
lines
·
7
sloc
·
232 bytes
·
51b471b0609c764e5bc5672377ec63608198d44d
Raw
1
vlib/v/checker/tests/orm_table_attributes.vv:3:1: error: ORM: table attribute must have an argument
2
1 | import db.sqlite
3
2 |
4
3 | @[table]
5
| ~~~~~~~~
6
4 | struct Foo {
7
5 | id int @[primary; sql: serial]
8