Property | Type | Description | |
---|---|---|---|
$after | Column Object | ||
$before | Column Object | ||
$details | |||
$flag | Diff type (added or removed) | ||
$name | Column Name |
Method | Description | |
---|---|---|
__construct ( $name, $flag, LazyRecord\Schema\ColumnAccessorInterface $before = null, LazyRecord\Schema\ColumnAccessorInterface $after = null ) | ||
appendDetail ( |
||
getAfterColumn ( ) | ||
getAfterOrBeforeColumn ( ) | ||
getBeforeColumn ( ) | ||
toColumnAttrsString ( ) |
public __construct ( $name, $flag, LazyRecord\Schema\ColumnAccessorInterface $before = null, LazyRecord\Schema\ColumnAccessorInterface $after = null ) | ||
$before | LazyRecord\Schema\ColumnAccessorInterface | |
$after | LazyRecord\Schema\ColumnAccessorInterface |
public appendDetail ( |
||
$attributeDiff |