### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? Error ```sql `created_at` DATETIME NOT NULL DEFAULT 'CURRENT_TIMESTAMP', ``` The right is ```sql `created_at` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, ``` ### Version entity-behavior v1.3.0 orm v2.7.1, PHP 8.1