Problem with saving title slug in a database table

Hi, I have a problem with the slug. I transform the title in slug in the beforeSave method and in the add method of the controller I check after the save method if it saves the slug and it appears in the array, but I check it in the table in phpmyadmin and it does not appear.

Does anyone know what the problem is?

Thank you very much

Probably the slug column was added to the database recently and you didn’t clear the ORM cache since then.

Thank you very much, that was the problem. It has been fixed.

Again thanks