Updated returns the "updated" record field value.
()
| 105 | |
| 106 | // Updated returns the "updated" record field value. |
| 107 | func (m *AuthOrigin) Updated() types.DateTime { |
| 108 | return m.GetDateTime("updated") |
| 109 | } |
| 110 | |
| 111 | func (app *BaseApp) registerAuthOriginHooks() { |
| 112 | recordRefHooks[*AuthOrigin](app, CollectionNameAuthOrigins, CollectionTypeAuth) |