You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add shortcuts for all SchemaInterface::TYPE_* constants. For now we have to do smthng like this in migrations to add UUID columns instead of $b->uuidPk()->notNull():
Add shortcuts for all
SchemaInterface::TYPE_*
constants. For now we have to do smthng like this in migrations to add UUID columns instead of$b->uuidPk()->notNull()
:Task steps:
MigrationBuilder
classThe text was updated successfully, but these errors were encountered: