X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fschema.php;h=a7f64ebed10cfce99fb780756a6fffa78831df83;hb=84b5480007d30280cc9c829fe1316db0f853f64c;hp=6fe442d56bbfcef5227f7b09196d3005b9ba7d07;hpb=b5e0f7d5725d4e106cf9f4b6383e0477a597fac6;p=quix0rs-gnu-social.git diff --git a/lib/schema.php b/lib/schema.php index 6fe442d56b..a7f64ebed1 100644 --- a/lib/schema.php +++ b/lib/schema.php @@ -528,6 +528,10 @@ class Schema $sql .= " auto_increment "; } + if (!empty($cd->extra)) { + $sql .= "{$cd->extra} "; + } + return $sql; } }