Commit 96fffa83 authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-42] Fix testcase

parent bcef6bfd
......@@ -200,6 +200,7 @@ class OraclePlatformTest extends AbstractPlatformTestCase
return array(
"ALTER TABLE mytable ADD (quota NUMBER(10) NOT NULL)",
"ALTER TABLE mytable MODIFY (baz VARCHAR2(255) NOT NULL)",
"COMMENT ON mytable.quota IS 'A comment'",
"COMMENT ON mytable.baz IS 'B comment'",
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment