Skip to content

Releases: siburuxue/doctrine-helper

v1.0.6

28 Feb 15:43
Compare
Choose a tag to compare

添加参数 --schema
在链接postgresql数据库时,同步指定schema的表(仅postgresql数据库可用)

v1.0.5

09 Oct 13:10
Compare
Choose a tag to compare

解决MySQL 默认值中有单引号没有转义导致的错误

v1.0.4

01 Jul 00:16
Compare
Choose a tag to compare

MySQL 添加enum类型

v1.0.3

27 Jun 10:10
Compare
Choose a tag to compare

MySQL添加 mediumtext,longtext,mediumblob和longblob类型

v1.0.2

09 Jun 14:40
Compare
Choose a tag to compare

MySQL中 列属性添加默认值
add defualt option in the Column Attribute

#[ORM\Column(..., options: [..., "default" => 2])]
private ?int $int2 = 2;

v1.0.1

26 Apr 12:53
Compare
Choose a tag to compare

Use MySQL as an example to demonstrate the generation result.
Add table to verify whether it exists.

v1.0.0

11 Apr 09:51
Compare
Choose a tag to compare

publish!