Skip to content

Commit

Permalink
Update docs/README.md
Browse files Browse the repository at this point in the history
Add the `comment` field to the documentation.
  • Loading branch information
andrew-farries committed Jan 10, 2024
1 parent 36d94e8 commit 8700035
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ An add column operation creates a new column on an existing table.
"column": {
"name": "name of column",
"type": "postgres type",
"comment": "postgres comment for the column",
"nullable": true|false,
"unique": true|false,
"pk": true|false,
Expand Down Expand Up @@ -911,6 +912,7 @@ where each `column` is defined as:
{
"name": "column name",
"type": "postgres type",
"comment": "postgres comment for the column",
"nullable": true|false,
"unique": true|false,
"pk": true|false,
Expand Down

0 comments on commit 8700035

Please sign in to comment.