1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-06 00:28:01 +00:00

Add Creating Custom Types as a postgres til

This commit is contained in:
jbranchaud
2016-04-16 12:49:44 -05:00
parent 05a1185a1b
commit 2d474316ba
2 changed files with 33 additions and 0 deletions

View File

@@ -179,6 +179,7 @@ _393 TILs and counting..._
- [Create A Composite Primary Key](postgres/create-a-composite-primary-key.md)
- [Create hstore From Two Arrays](postgres/create-hstore-from-two-arrays.md)
- [Creating Conditional Constraints](postgres/creating-conditional-constraints.md)
- [Creating Custom Types](postgres/creating-custom-types.md)
- [Day Of Week By Name For A Date](postgres/day-of-week-by-name-for-a-date.md)
- [Day Of Week For A Date](postgres/day-of-week-for-a-date.md)
- [Default Schema](postgres/default-schema.md)