laravel-nomad
laravel-nomad copied to clipboard
Adds some extra functionality to Laravel migrations.
Results
2
laravel-nomad issues
Sort by
recently updated
recently updated
newest added
Hi @patrickcarlohickman, I've been having some problems when changing columns. What's going on: I've got a table with a string-type field, but, I'd like to use "citext" from Postgres. Here...
I'm getting an error: [Doctrine\DBAL\DBALException] Unknown database type citext requested, Doctrine\DBAL\Platforms\PostgreSqlPlatform may not support it. Not sure how to troubleshoot this. Can you point me in the right direction? Here's...