Skip to content

Commit

Permalink
switch to use datetimetz fields zf-fr#18
Browse files Browse the repository at this point in the history
  • Loading branch information
basz committed Apr 28, 2017
1 parent eec2368 commit 4516ed2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<mapped-superclass name="ZfrOAuth2\Server\Model\AbstractToken">
<cache usage="READ_ONLY" region="oauth_token_region"/>
<id name="token" type="string" length="40"/>
<field name="expiresAt" type="datetime" nullable="false" column="expires_at"/>
<field name="expiresAt" type="datetimetz" nullable="false" column="expires_at"/>
<field name="scopes" type="json_array" nullable="false"/>
<many-to-one field="client" target-entity="ZfrOAuth2\Server\Model\Client">
<join-columns>
Expand Down
Binary file modified etc/Model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4516ed2

Please sign in to comment.