Previous Topic: -254 - REVOKE WOULD CASCADE BUT "CASCADE" NOT SPECIFIEDNext Topic: -256 - RQA TOO LARGE FOR TABLE ttt


-255 - COLUMN xxx NOT NULL WITHOUT DEFAULT

Explanation

You are trying to add a new column as being not null, but without a default value.

The SQLSTATE that equates to this SQL return code is 42837.

User Response

Either make the column null or assign a default of SYSTEM or a value.