dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
TablePrimaryKey
miniorm
schema
UDA setting a field other than id to being the primary key.
@
safe
struct
TablePrimaryKey {
string
value
;
}
Members
Variables
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
miniorm
schema
functions
buildSchema
fieldNames
fieldToCol
tableConstraints
tableForeinKeys
tableName
tablePrimaryKey
manifest constants
SEPARATOR
structs
ColumnName
ColumnParam
FieldColumn
KeyParam
KeyRef
TableConstraint
TableForeignKey
TableName
TablePrimaryKey
UDA setting a field other than id to being the primary key.