Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
toDefinition (ElementInterface $column) | |
fromDefinition (array $data) | |
Data Fields | |
const | UNSIGNED_FLAG = 'unsigned' |
Unsigned flag processor. Unsigned can be used for all numeric types.
Definition at line 19 of file Unsigned.php.
fromDefinition | ( | array | $data | ) |
Input always will be array of SQL definitions, like: 'type' => 'name VARCHAR(255)'\ 'nullable' => 'no'
array | $data |
Implements DbDefinitionProcessorInterface.
Definition at line 38 of file Unsigned.php.
toDefinition | ( | ElementInterface | $column | ) |
ColumnUnsignedAwareInterface | $column | Output always will be SQL definition. |
Implements DbDefinitionProcessorInterface.
Definition at line 30 of file Unsigned.php.
const UNSIGNED_FLAG = 'unsigned' |
Unsigned flag. Applicable only to numeric types.
Definition at line 24 of file Unsigned.php.