Commit 81a84bc8 authored by doctrine's avatar doctrine

Date datatype added

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