mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
all: update remaining deprecated attr syntax (#19908)
This commit is contained in:
parent
709976f42e
commit
b347f546f2
11 changed files with 64 additions and 64 deletions
|
@ -30,7 +30,7 @@ non-option fields are defied as NOT NULL when creating tables.
|
|||
```v ignore
|
||||
import time
|
||||
|
||||
[table: 'foos']
|
||||
@[table: 'foos']
|
||||
struct Foo {
|
||||
id int [primary; sql: serial]
|
||||
name string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue