SQL/데이터베이스 에러에러
5500055000 — Object Not in Prerequisite State
The database object is not in the required state.
postgresql
상세 보기 23001A restrict rule prevented the deletion or update of a referenced row.
A foreign key with ON DELETE RESTRICT prevented the modification because dependent rows exist.
Delete or update child rows first. Change the foreign key action to CASCADE or SET NULL if appropriate.
55000The database object is not in the required state.
SQLITE_BUSY (5)The database file is locked by another connection or process.
40001The transaction was rolled back due to a serialization conflict.
22003A numeric value is outside the range of the target column's data type.
22P02A value could not be converted to the required data type.
MySQL 1264A numeric value exceeds the valid range for the column.