mirror of
https://github.com/ent/ent.git
synced 2026-05-04 08:30:57 +03:00
doc/md: update schema-indexes doc (#2914)
Co-authored-by: Thuấn Đỗ Hoàng <thuan.dh@teko.vn>
This commit is contained in:
@@ -258,6 +258,9 @@ CREATE FULLTEXT INDEX `users_c5` ON `users` (`c5`)
|
||||
|
||||
-- PostgreSQL only.
|
||||
CREATE INDEX `users_c5` ON `users` USING GIN (`c5`)
|
||||
|
||||
-- include index-only scan on PostgreSQL.
|
||||
CREATE INDEX `users_workplace` ON `users` USING (`workplace`) INCLUDE (address)
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user