By default Doctrine does not map the MySQL enum type to a Doctrine type. ... 1, <?php /** @Entity */ class Article { const STATUS_VISIBLE = 'visible'; ...
確定! 回上一頁