Hi, I have chance upon this great Laravel E commerce Tutorial, it have all been a smooth flow until now where I have this issue when trying to create a Category in Voyager itself.
I am using the following versions for my installations:
- PHP v7.4.11
- Laravel v8.14
- Voyager v1.4
- Database: Posgresql v12.1
Below are the details of the error:

Below are my table column names in pgsql:

This are my migration method in my codes:

This is my Category Model codes:

Please kindly assist on this if anyone have the solution for it!
P.S. Pardon for my poor posting of questions as this is my first time using github
Thanks!