Documentation ¶
Overview ¶
Code generated by go generate forge model v0.2.0. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Model ¶
type Model struct { Orgname string `model:"orgname,VARCHAR(255) NOT NULL" query:"orgname"` Setup bool `model:"setup,BOOLEAN NOT NULL" query:"setup"` CreationTime int64 `model:"creation_time,BIGINT NOT NULL" query:"creation_time"` // contains filtered or unexported fields }
Model is the db State model
Click to show internal directories.
Click to hide internal directories.