Skip to content

Commit 87b7625

Browse files
author
Travis CI User
committed
Fixes from CI
1 parent 1d5a2f6 commit 87b7625

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/pages/postgraphile/enums.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ create table pets (
2121
);
2222
```
2323

24-
The `@enum` smart comments can be used to set the name (`@enumName`)
25-
or the description (`@enumDescription`) of PostgreSQL enums.
24+
The `@enum` smart comments can be used to set the name (`@enumName`) or the
25+
description (`@enumDescription`) of PostgreSQL enums.
2626

2727
e.g.:
28+
2829
```sql
2930
COMMENT ON TYPE animal_type IS E'@enum\n@enumName TypeOfAnimal';
3031
```

0 commit comments

Comments
 (0)