芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/xmintal-back/vendor/yiisoft/yii2/db/IndexConstraint.php
* @since 2.0.13 */ class IndexConstraint extends Constraint { /** * @var bool whether the index is unique. */ public $isUnique; /** * @var bool whether the index was created for a primary key. */ public $isPrimary; }