gollumsf/doctrine-tinyint
最新稳定版本:v1.1.1
Composer 安装命令:
composer require gollumsf/doctrine-tinyint
包简介
A tinyint type for Doctrine MYSQL
关键字:
README 文档
README
A tinyint type for Doctrine MYSQL
Installation:
composer require gollumsf/doctrine-tinyint
Configuration:
doctrine: dbal: types: tinyint: GollumSF\Doctrine\TinyInt
Usage:
namespace App\Entity; use Doctrine\ORM\Mapping as ORM; use GollumSF\Doctrine\TinyInt; #[ORM\Entity] #[ORM\Table(name: 'entities')] class Entity { #[Column(name: 'tinyint', type: TinyInt::TINYINT)] private int $tinyint; ///////// // ... // ///////// }
统计信息
- 总下载量: 51.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2018-10-29