'string', 'is_active' => 'bool' ]; protected $fillable = [ 'id', 'sector', 'sub_sector', 'kategori_aksi', 'jenis_aksi', 'aksi', 'is_active', 'created_by', 'updated_by' ]; }