method getRawCreate documentation in bbn\Db\Languages\Mysql

function(string $table) { if (($table = $this->tableFullName($table, true)) && ($r = $this->rawQuery("SHOW CREATE TABLE $table")) ) { return $r->fetch(PDO::FETCH_ASSOC)['Create Table']; } return ''; }

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.