Automattic\WooCommerce\Database\Migrations

MetaToCustomTableMigrator::__construct()publicWC 1.0

MetaToCustomTableMigrator constructor.

Method of the class: MetaToCustomTableMigrator{}

No Hooks.

Return

null. Nothing (null).

Usage

$MetaToCustomTableMigrator = new MetaToCustomTableMigrator();
$MetaToCustomTableMigrator->__construct();

MetaToCustomTableMigrator::__construct() code WC 8.7.0

public function __construct() {
	$this->schema_config       = MigrationHelper::escape_schema_for_backtick( $this->get_schema_config() );
	$this->meta_column_mapping = $this->get_meta_column_config();
	$this->core_column_mapping = $this->get_core_column_mapping();
}