mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
데이터 사이즈 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6704 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dcfcd70409
commit
c2d977ad77
1 changed files with 2 additions and 0 deletions
|
|
@ -547,6 +547,8 @@
|
|||
$auto_increment = $column->attrs->auto_increment;
|
||||
|
||||
if($this->column_type[$type]=='INTEGER') $size = null;
|
||||
else if($this->column_type[$type]=='BIGINT') $size = null;
|
||||
else if($this->column_type[$type]=='BLOB SUB_TYPE TEXT SEGMENT SIZE 32') $size = null;
|
||||
else if($this->column_type[$type]=='VARCHAR' && !$size) $size = 256;
|
||||
|
||||
$column_schema[] = sprintf('"%s" %s%s %s %s',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue