mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
gnu-patch #740
This commit is contained in:
parent
a573aac782
commit
3d2edbc0a7
@ -36,7 +36,7 @@
|
|||||||
switch($sType)
|
switch($sType)
|
||||||
{
|
{
|
||||||
case 'auto':
|
case 'auto':
|
||||||
$sTranslated = 'int(11) auto_increment';
|
$sTranslated = 'int(11) auto_increment not null';
|
||||||
break;
|
break;
|
||||||
case 'blob':
|
case 'blob':
|
||||||
$sTranslated = 'blob';
|
$sTranslated = 'blob';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user