mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 21:28:40 +00:00
fix typehint
This commit is contained in:
parent
d631e4ce62
commit
445006e9b4
|
|
@ -265,7 +265,7 @@ class Builder extends QueryBuilder
|
||||||
*/
|
*/
|
||||||
public function field(
|
public function field(
|
||||||
string $name, string $type, $default = null,
|
string $name, string $type, $default = null,
|
||||||
bool $isNullable = true, bool $isPrimary = false, $isUnique = false, bool $autoincrement = false,
|
bool $isNullable = true, bool $isPrimary = false, bool $isUnique = false, bool $autoincrement = false,
|
||||||
string $foreignTable = null, string $foreignKey = null
|
string $foreignTable = null, string $foreignKey = null
|
||||||
) : self {
|
) : self {
|
||||||
$this->createFields[$name] = [
|
$this->createFields[$name] = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user