在线看片18_亚洲性吧_在线污_神马午夜达达兔_奇米色网_在线免费看污

Model

定義模型

模型定義規范

  1. 任何模型都必須繼承 \EasySwoole\FastDb\AbstractInterface\AbstractEntity 并實現 tableName() 方法,該方法用于返回該數據表的表名。

  2. 任何模型都必須具有一個唯一主鍵,作為某個模型對象的唯一id,一般建議為 int 類型的自增id。

  3. 對象的屬性,也就是數據表對應的字段,請用 #[Property] 進行標記。

示例

例如,我們有個表名為 user 的數據表,表結構如下:

CREATE TABLE `easyswoole_user`
(
    `id`      int unsigned NOT NULL AUTO_INCREMENT COMMENT 'increment id',
    `name`    varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT 'name',
    `status`  tinyint unsigned DEFAULT '0' COMMENT 'status',
    `score`   int unsigned DEFAULT '0' COMMENT 'score',
    `sex`     tinyint unsigned DEFAULT '0' COMMENT 'sex',
    `address` json                                                          DEFAULT NULL COMMENT 'address',
    `email`   varchar(150) COLLATE utf8mb4_general_ci                       DEFAULT NULL COMMENT 'email',
    PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

則它對應的實體類如下:

<?php
declare(strict_types=1);

namespace App\Model;

use EasySwoole\FastDb\AbstractInterface\AbstractEntity;
use EasySwoole\FastDb\Attributes\Property;

/**
 * @property int $id increment id
 * @property string|null $name name
 * @property int|null $status status
 * @property int|null $score score
 * @property int|null $sex sex
 * @property string|null $address address
 * @property string|null $email email
 */
class EasySwooleUser extends AbstractEntity
{
    #[Property(isPrimaryKey: true)]
    public int $id;
    #[Property]
    public ?string $name;
    #[Property]
    public ?int $status;
    #[Property]
    public ?int $score;
    #[Property]
    public ?int $sex;
    #[Property]
    public ?string $address;
    #[Property]
    public ?string $email;

    public function tableName(): string
    {
        return 'easyswoole_user';
    }
}
主站蜘蛛池模板: 一区二区在线视频播放 | 久久久国产精品一区二区三区 | 天天天天天天天天操 | 日韩精品一线二线三线 | 亚洲最大av网 | 国产一区二区三区在线看 | 四虎成人精品在永久免费 | 色网址在线 | 免费在线看a | 免费av网站观看 | 欧美日本日韩 | 黄色片xxxx| 色视频免费看 | 日本一区二区在线 | www黄色网 | 国产精品免费一区 | jizz在线播放| 日韩资源在线观看 | 欧美性猛交xxxx乱大交少妇 | 欧美久久精品 | 亚洲欧美视频在线 | 北条麻妃一区二区三区 | 深爱开心激情网 | 日韩亚洲欧美在线观看 | www.久久.com| 日本国产欧美 | av在线一 | 黄色av一区二区 | 黄色录像大片 | 久久影院一区二区 | 观看av在线 | 六月久久 | 91美女片黄在线观看游戏 | 天堂中文在线网 | 九色影院 | 久久久免费观看视频 | 激情av网站 | 一区视频在线播放 | 视频一区二区在线 | xxx日韩| 日韩国产在线播放 |