mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
orm: redesign orm (re-write it in V) (#10353)
This commit is contained in:
@@ -121,7 +121,7 @@ pub:
|
||||
typ int
|
||||
}
|
||||
|
||||
enum AttributeKind {
|
||||
pub enum AttributeKind {
|
||||
plain // [name]
|
||||
string // ['name']
|
||||
number // [123]
|
||||
|
||||
Reference in New Issue
Block a user