Commit 2b7d2db9 authored by zYne's avatar zYne

parent d46cacf2
......@@ -84,6 +84,9 @@ class Doctrine_DataDict {
case "clob":
return "XL";
break;
case "blob":
return "B";
break;
case "date":
return "D";
break;
......
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