Skip to content

Commit

Permalink
Merge pull request #78 from karousn/patch-1
Browse files Browse the repository at this point in the history
add link to page of UUID Talk by Ben Ramsey
  • Loading branch information
ramsey committed Mar 18, 2019
2 parents 7d9e5da + e7b6080 commit b1c6b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ More suitable if you want to use UUIDs as primary key. Note that this can cause
* another code (that isn't aware of this method) attempts to decode the resulting bytes

More information in this [Percona article][percona-optimized-uuids]
and [UUID Talk by Ben Ramsey][benramsey-com-uuid-talk] (starts at slide 61).
and [UUID Talk by Ben Ramsey][benramsey-com-uuid-talk] (starts at slide [61](https://speakerdeck.com/ramsey/identify-all-the-things-with-uuids-true-north-php-2016?slide=64)).

``` php
\Doctrine\DBAL\Types\Type::addType('uuid_binary_ordered_time', 'Ramsey\Uuid\Doctrine\UuidBinaryOrderedTimeType');
Expand Down

0 comments on commit b1c6b9a

Please sign in to comment.