]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/schema.php
Merge branch 'diskcache' into 0.9.x
[quix0rs-gnu-social.git] / lib / schema.php
index 6fe442d56bbfcef5227f7b09196d3005b9ba7d07..a7f64ebed10cfce99fb780756a6fffa78831df83 100644 (file)
@@ -528,6 +528,10 @@ class Schema
             $sql .= " auto_increment ";
         }
 
+        if (!empty($cd->extra)) {
+            $sql .= "{$cd->extra} ";
+        }
+
         return $sql;
     }
 }