We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd768e commit b4c0569Copy full SHA for b4c0569
docs/src/migrations/casts.md
@@ -2,7 +2,7 @@
2
3
## Operation: `createCast`
4
5
-#### `pgm.createCast( source_type, target_type, opttions )`
+#### `pgm.createCast( source_type, target_type, options )`
6
7
> [!IMPORTANT]
8
> Create a new cast - [postgres docs](https://www.postgresql.org/docs/current/sql-createcast.html)
0 commit comments