Closed sergshumakov closed 1 year ago
Hi, Sergey.
You can add this ide.json
file to the project, and it will work with the last 6.3 version:
{
"$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json",
"database": {
"columnMigrationMethods": [
{
"name": "uuid_v7",
"type": "string",
"nameParameterIndex": 1,
"defaultName": ""
}
]
}
}
Documentation for this isn't ready yet, will be available soon.
It works, thank you!
Bug description
I use a macro to generate uuidv7 and my field is ignored in the helper code:
Example:
Migration:
Helper Code:
Plugin version
6.2.5.223
Operating system
MacOS
Steps to reproduce
No response
Relevant log output
No response