Doctrine-CLI database creation issue.
        Posted  
        
            by gokujou
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by gokujou
        
        
        
        Published on 2010-01-13T16:24:18Z
        Indexed on 
            2010/04/16
            1:03 UTC
        
        
        Read the original article
        Hit count: 289
        
I have Doctrine setup in my Zend Framework application and I built my schema YAML file. But when I tell Doctrine to build the tables it says it does but it doesn't actually make them. It creates the models, and will create the DB but it will not populate the DB with the tables and throws no errors. Does anyone have a guess or know why this is not working?
Thank you.
© Stack Overflow or respective owner