D
Size: a a a
D
ЯЗ
D
ЯЗ
D
VY
ЕК
public function appears()
{
return $this
->belongsTo(
Role::class,
'appears',
'id'
)
->select($this->select)
->without($this->without);
}
VY
AS
KE
P
AS
AS
AS
OK
Illuminate\Database\QueryException : SQLSTATE[HY000]: General error: 1553 Cannot drop index 'indicator_standards_analysis_type_standard_id_foreign': needed in a foreign key constraint (SQL: alter table `indicator_standards` drop `analysis_type_standard_id`)
ЕК
OK
OK
ЕК