INFO Running migrations. 2026_02_25_131000_make_otp_columns_nullable_in_user_mails 49ms FAIL Doctrine\DBAL\Exception Unknown column type "timestamp" requested. Any Doctrine type that you use has to be registered with \Doctrine\DBAL\Types\Type::addType(). You can get a list of all the known types with \Doctrine\DBAL\Types\Type::getTypesMap(). If this error occurs during database introspection then you might have forgotten to register all database types for a Doctrine Type. Use AbstractPlatform#registerDoctrineTypeMapping() or have your custom types implement Type#getMappedDatabaseTypes(). If the type name is empty you might have a problem with the cache or forgot some mapping information. at C:\wamp64\www\travel\vendor\doctrine\dbal\src\Exception.php:115 111Γûò } 112Γûò 113Γûò public static function unknownColumnType(string $name): self 114Γûò { Γ₧£ 115Γûò return new self('Unknown column type "' . $name . '" requested. Any Doctrine type that you use has ' . 116Γûò 'to be registered with \Doctrine\DBAL\Types\Type::addType(). You can get a list of all the ' . 117Γûò 'known types with \Doctrine\DBAL\Types\Type::getTypesMap(). If this error occurs during database ' . 118Γûò 'introspection then you might have forgotten to register all database types for a Doctrine Type. Use ' . 119Γûò 'AbstractPlatform#registerDoctrineTypeMapping() or have your custom types implement ' . 1 C:\wamp64\www\travel\vendor\doctrine\dbal\src\Types\TypeRegistry.php:41 Doctrine\DBAL\Exception::unknownColumnType("timestamp") 2 C:\wamp64\www\travel\vendor\doctrine\dbal\src\Types\Type.php:138 Doctrine\DBAL\Types\TypeRegistry::get("timestamp")