View
Less than 1 minute
View
Properties
name
public string $name
query
public string $query
dropFirst
public bool $dropFirst
Methods
create
public create(Adapter $dbi): bool
Parameters
Parameter | Type | Description |
---|---|---|
$dbi | Adapter |
alter
public alter(Adapter $dbi): bool
Parameters
Parameter | Type | Description |
---|---|---|
$dbi | Adapter |
drop
public drop(Adapter $dbi): bool
Parameters
Parameter | Type | Description |
---|---|---|
$dbi | Adapter |
apply
Apply an ALTER action to the BaseAction.
public apply(BaseAction $action): bool
Parameters
Parameter | Type | Description |
---|---|---|
$action | BaseAction |
diff
Find the difference between two BaseActions.
public diff(BaseAction $action): ?BaseAction
Parameters
Parameter | Type | Description |
---|---|---|
$action | BaseAction |
Generated by Hazaar API Doc Generator