<?php namespace app\common\model; class Region extends BaseModel { public static function tablePk(): string { return 'id'; } public static function tableName(): string { return 'regions'; } }