Commit 2b7d2db9 authored by zYne's avatar zYne

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