hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
Column
hunt
database
base
Annotations
Undocumented in source.
struct
Column {
string
name
;
int
order
;
bool
nullable
;
}
Members
Variables
name
string
name
;
Undocumented in source.
nullable
bool
nullable
;
Undocumented in source.
order
int
order
;
Undocumented in source.
Meta
Source
See Implementation
hunt
database
base
Annotations
aliases
Ignore
structs
Column
InverseJoinColumn
JoinColumn
JoinTable
Table
Transient