false], [['code', 'name'], 'string', 'max' => 255], [['code'], 'unique'], ]; } public static function find() { return new ArchiveQuery(static::class); } public static function getArchiveColumn(): string { return 'archive'; } public static function getArchiveValue() { return true; } }