|
public function fieldExists(string $table, string $field): bool
|
|
public function fieldExists(string $table, string $field): bool
|
|
public function addField(string $table, string $field, string $type, bool $allowNull, /* mixed */ $default = null, string $collate = null, string $after = null): bool
|
|
public function addField(string $table, string $field, string $type, bool $allowNull, /* mixed */ $default = null, string $collate = null, string $after = null): bool
|