Closed ptica closed 10 years ago
ALTER TABLE "schema_migrations" MODIFY ("class" varchar2(255) NOT NULL);
even when the column could already be NULL
https://github.com/ptica/Oracle/blob/master/Model/Datasource/Oracle.php#L808 function buildColumn($column) seems to test for NULL, so the handed existing $column is probably not well constructed
function buildColumn($column)
fixed in 631ea
even when the column could already be NULL
https://github.com/ptica/Oracle/blob/master/Model/Datasource/Oracle.php#L808
function buildColumn($column)
seems to test for NULL, so the handed existing $column is probably not well constructed