*
* Generated from oauth-client/xml/schema/CRM/OAuth/OAuthSysToken.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:1b0fa60330b4ea4a6d30bd972ccf3633)
+ * (GenCodeChecksum:071b8b361ebc9d1b4867e4cef2172389)
*/
use CRM_OAuth_ExtensionUtil as E;
public $raw;
/**
- * When the client was created.
+ * When the token was created.
*
* @var timestamp
*/
public $created_date;
/**
- * When the client was created or modified.
+ * When the token was created or modified.
*
* @var timestamp
*/
'name' => 'created_date',
'type' => CRM_Utils_Type::T_TIMESTAMP,
'title' => E::ts('Created Date'),
- 'description' => E::ts('When the client was created.'),
+ 'description' => E::ts('When the token was created.'),
'required' => FALSE,
'where' => 'civicrm_oauth_systoken.created_date',
'default' => 'CURRENT_TIMESTAMP',
'name' => 'modified_date',
'type' => CRM_Utils_Type::T_TIMESTAMP,
'title' => E::ts('Modified Date'),
- 'description' => E::ts('When the client was created or modified.'),
+ 'description' => E::ts('When the token was created or modified.'),
'required' => FALSE,
'where' => 'civicrm_oauth_systoken.modified_date',
'default' => 'CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP',
`resource_owner` text COMMENT 'Cached details describing the resource owner',
`error` text COMMENT 'List of scopes addressed by this token',
`raw` text COMMENT 'The token response data, per AccessToken::jsonSerialize',
- `created_date` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'When the client was created.',
- `modified_date` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'When the client was created or modified.'
+ `created_date` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'When the token was created.',
+ `modified_date` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'When the token was created or modified.'
,
PRIMARY KEY (`id`)
<field>
<name>created_date</name>
<type>timestamp</type>
- <comment>When the client was created.</comment>
+ <comment>When the token was created.</comment>
<required>false</required>
<default>CURRENT_TIMESTAMP</default>
<add>5.32</add>
<field>
<name>modified_date</name>
<type>timestamp</type>
- <comment>When the client was created or modified.</comment>
+ <comment>When the token was created or modified.</comment>
<required>false</required>
<default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
<add>5.32</add>