How I can reference default magento tables regardless the prefix?
In my schema.xml I defined a table: <?xml version=”1.0″?> <schema xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd”> <table name=”mailing_list” resource=”default” engine=”innodb” comment=”customer_group_mailing_lists”> <column xsi:type=”varchar” name=”id” nullable=”false” identity=”true” comment=”List Id” /> <column xsi:type=”int” name=”customer_group_id” comment=”Customer Group id to assign” /> <column xsi:type=”boolean” name=”active” comment=”Check if senfing… Read More »How I can reference default magento tables regardless the prefix?