We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2f7fa commit 18c555aCopy full SHA for 18c555a
migrations.md
@@ -875,6 +875,7 @@ Modifier | Description
875
`->virtualAs($expression)` | Create a virtual generated column (MySQL).
876
`->generatedAs($expression)` | Create an identity column with specified sequence options (PostgreSQL).
877
`->always()` | Defines the precedence of sequence values over input for an identity column (PostgreSQL).
878
+`->isGeometry()` | Set spatial column type to `geometry` - the default type is `geography` (PostgreSQL).
879
880
<a name="default-expressions"></a>
881
#### Default Expressions
0 commit comments