Updated returns the "updated" record field value.
()
| 115 | |
| 116 | // Updated returns the "updated" record field value. |
| 117 | func (m *ExternalAuth) Updated() types.DateTime { |
| 118 | return m.GetDateTime("updated") |
| 119 | } |
| 120 | |
| 121 | func (app *BaseApp) registerExternalAuthHooks() { |
| 122 | recordRefHooks[*ExternalAuth](app, CollectionNameExternalAuths, CollectionTypeAuth) |