mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48: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(
|
||||
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
|
||||
) : self {
|
||||
$this->createFields[$name] = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user