We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ef949 commit 1c432e1Copy full SHA for 1c432e1
phpzlc/db/entity.markdown
@@ -38,6 +38,7 @@ keys: symfony,phpzlc,entity
38
use App\Repository\UserRepository;
39
use Doctrine\ORM\Mapping as ORM;
40
use Symfony\Component\Validator\Constraints as Assert;
41
+ use PHPZlc\PHPZlc\Doctrine\SortIdGenerator;
42
43
#[ORM\Entity(repositoryClass: UserRepository::class)]
44
#[ORM\Table(name: "user", options:["comment" => "用户表"])]
0 commit comments