mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix the broken anchor of link [ci skip]
This commit is contained in:
parent
f619ac91d3
commit
73c09583ee
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ SELECT n.nspname AS enum_schema,
|
|||
### UUID
|
||||
|
||||
* [type definition](https://www.postgresql.org/docs/current/static/datatype-uuid.html)
|
||||
* [pgcrypto generator function](https://www.postgresql.org/docs/current/static/pgcrypto.html#id-1.11.7.35.7)
|
||||
* [pgcrypto generator function](https://www.postgresql.org/docs/current/static/pgcrypto.html)
|
||||
* [uuid-ossp generator functions](https://www.postgresql.org/docs/current/static/uuid-ossp.html)
|
||||
|
||||
NOTE: You need to enable the `pgcrypto` (only PostgreSQL >= 9.4) or `uuid-ossp`
|
||||
|
|
Loading…
Reference in a new issue