← Back to Stormify Documentation
stormify
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stormify
stormify
/
onl.ycode.stormify
/
FieldInfo
/
FieldInfo
Field
Info
constructor
(
name
:
String
,
dbName
:
String
,
type
:
KClass
<
*
>
,
isPrimaryKey
:
Boolean
,
isReference
:
Boolean
,
isEnum
:
Boolean
,
enumAsString
:
Boolean
,
sequence
:
String
?
,
isAutoIncrement
:
Boolean
,
isInsertable
:
Boolean
,
isUpdatable
:
Boolean
)