Field db field describe struct mapping in DB like: type DemoRow struct { FieldKey string `sql:"field_key"` FieldOne string `sql:"field_one"` FieldTwo bool `sql:"field_two"` FieldThr int64 `sql:"field_thr"` FieldFou float64 `sql:"field_fou"` }
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected