PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Timestampable non funziona con il database ORM e PostgreSQL

Dovresti abilitare timestampable nella tua configurazione:

stof_doctrine_extensions:
    orm:
        default:
            timestampable: true