File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ Modifier | Description
965
965
` ->unsigned() ` | Set INTEGER columns as UNSIGNED (MySQL).
966
966
` ->useCurrent() ` | Set TIMESTAMP columns to use CURRENT_TIMESTAMP as default value.
967
967
` ->useCurrentOnUpdate() ` | Set TIMESTAMP columns to use CURRENT_TIMESTAMP when a record is updated.
968
- ` ->virtualAs($expression) ` | Create a virtual generated column (MySQL).
968
+ ` ->virtualAs($expression) ` | Create a virtual generated column (MySQL / PostgreSQL / SQLite ).
969
969
` ->generatedAs($expression) ` | Create an identity column with specified sequence options (PostgreSQL).
970
970
` ->always() ` | Defines the precedence of sequence values over input for an identity column (PostgreSQL).
971
971
` ->isGeometry() ` | Set spatial column type to ` geometry ` - the default type is ` geography ` (PostgreSQL).
You can’t perform that action at this time.
0 commit comments