method createIndex documentation in bbn\Db
Creates an index on one or more column(s) of the table
function(string $table, $column, bool $unique = false, $length = NULL)
{
$this->ensureLanguageMethodExists(__FUNCTION__);
return $this->language->createIndex($table, $column, $unique, $length);
}
Creates an index on one or more column(s) of the table BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2025
BBN Solutions