mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-16 05:07:34 +08:00
migrations boolean() -> smallInteger()
This commit is contained in:
@@ -3,7 +3,7 @@ namespace Nexus\Database;
|
||||
|
||||
interface DBInterface
|
||||
{
|
||||
public function connect($host, $username, $password, $database, $port);
|
||||
public function connect($host, $username, $password, $database, $port, $driver = 'mysql');
|
||||
|
||||
public function query(string $sql);
|
||||
|
||||
@@ -29,4 +29,4 @@ interface DBInterface
|
||||
|
||||
public function freeResult($result);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user