Commit 81a84bc8 authored by doctrine's avatar doctrine

Date datatype added

parent 86b319e6
......@@ -61,6 +61,10 @@ class Doctrine_DataDict {
case "clob":
return "XL";
break;
case "d":
case "date":
return "D";
break;
case "float":
case "f":
case "double":
......
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