method createTableSqlite documentation in bbn\Db\Languages\Sqlite
function($table_name, array $columns, array $keys = NULL, bool $with_constraints = false, string $charset = 'UTF-8')
{
$str = $this->createTable($table_name, $columns, $keys, $with_constraints, $charset);
if ($str !== '') {
return (bool)$this->rawQuery($str);
}
return false;
}
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-2024
BBN Solutions