mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
#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:
parent
1dd306d4db
commit
021c012673
7 changed files with 16 additions and 3 deletions
|
|
@ -33,6 +33,7 @@
|
|||
'text' => 'BLOB SUB_TYPE TEXT SEGMENT SIZE 20',
|
||||
'bigtext' => 'BLOB SUB_TYPE TEXT SEGMENT SIZE 20',
|
||||
'date' => 'VARCHAR(14)',
|
||||
'float' => 'FLOAT',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue