#17316315 : added float to data type

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5996 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-03-30 08:16:43 +00:00
parent 1dd306d4db
commit 021c012673
7 changed files with 16 additions and 3 deletions

View file

@ -37,6 +37,7 @@
'text' => 'character varying(1073741823)',
'bigtext' => 'character varying(1073741823)',
'date' => 'character varying(14)',
'float' => 'float',
);
/**