Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
return ['table'=> ['reference_table'=> ['column'=> ['tinyint_ref'=> ['type'=> 'tinyint', 'name'=> 'tinyint_ref', 'default'=> '0', 'padding'=> '7', 'nullable'=> 'true', 'unsigned'=> 'false',],], 'name'=> 'reference_table', 'resource'=> 'default',], 'test_table'=> ['column'=> ['tinyint'=> ['type'=> 'tinyint', 'name'=> 'tinyint', 'default'=> '0', 'padding'=> '7', 'nullable'=> 'true', 'unsigned'=> 'false',],], 'constraint'=> ['TEST_TABLE_TINYINT_REFERENCE_TABLE_TINYINT_REF'=> ['type'=> 'foreign', 'referenceId'=> 'TEST_TABLE_TINYINT_REFERENCE_TABLE_TINYINT_REF', 'column'=> 'tinyint', 'table'=> 'test_table', 'referenceTable'=> 'reference_table', 'referenceColumn'=> 'tinyint_ref',],], 'name'=> 'test_table', 'resource'=> 'default',],],] | |
return[ 'table'=> [ 'reference_table'=> [ 'column'=> [ 'tinyint_ref'=> [ 'type'=> 'tinyint', 'name'=> 'tinyint_ref', 'default'=> '0', 'padding'=> '7', 'nullable'=> 'true', 'unsigned'=> 'false',],], 'name'=> 'reference_table', 'resource'=> 'default',], 'test_table'=> [ 'column'=> [ 'tinyint'=> [ 'type'=> 'tinyint', 'name'=> 'tinyint', 'default'=> '0', 'padding'=> '7', 'nullable'=> 'true', 'unsigned'=> 'false',],], 'constraint'=> [ 'TEST_TABLE_TINYINT_REFERENCE_TABLE_TINYINT_REF'=> [ 'type'=> 'foreign', 'referenceId'=> 'TEST_TABLE_TINYINT_REFERENCE_TABLE_TINYINT_REF', 'column'=> 'tinyint', 'table'=> 'test_table', 'referenceTable'=> 'reference_table', 'referenceColumn'=> 'tinyint_ref',],], 'name'=> 'test_table', 'resource'=> 'default',],],] |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 47 of file foreign_key_interpreter_result.php.