Releases: siburuxue/doctrine-helper
Releases · siburuxue/doctrine-helper
v1.0.6
添加参数 --schema
在链接postgresql数据库时,同步指定schema的表(仅postgresql数据库可用)
v1.0.5
解决MySQL 默认值中有单引号没有转义导致的错误
v1.0.3
MySQL添加 mediumtext,longtext,mediumblob和longblob类型
v1.0.2
MySQL中 列属性添加默认值
add defualt option in the Column Attribute
#[ORM\Column(..., options: [..., "default" => 2])]
private ?int $int2 = 2;
v1.0.1
Use MySQL as an example to demonstrate the generation result.
Add table to verify whether it exists.