Ticket: 109
This commit is contained in:
parent
d46cacf233
commit
2b7d2db938
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ class Doctrine_DataDict {
|
|||
case "clob":
|
||||
return "XL";
|
||||
break;
|
||||
case "blob":
|
||||
return "B";
|
||||
break;
|
||||
case "date":
|
||||
return "D";
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue