Skip to content

Releases: siburuxue/doctrine-helper

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!