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 @@ -973,7 +973,7 @@ Modifier | Description
973
973
` ->unsigned() ` | Set INTEGER columns as UNSIGNED (MySQL).
974
974
` ->useCurrent() ` | Set TIMESTAMP columns to use CURRENT_TIMESTAMP as default value.
975
975
` ->useCurrentOnUpdate() ` | Set TIMESTAMP columns to use CURRENT_TIMESTAMP when a record is updated (MySQL).
976
- ` ->virtualAs($expression) ` | Create a virtual generated column (MySQL).
976
+ ` ->virtualAs($expression) ` | Create a virtual generated column (MySQL / PostgreSQL / SQLite ).
977
977
` ->generatedAs($expression) ` | Create an identity column with specified sequence options (PostgreSQL).
978
978
` ->always() ` | Defines the precedence of sequence values over input for an identity column (PostgreSQL).
979
979
` ->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