Creating database tables and adding data in Magento 2 Adobe Commerce
Create a db schema
Reference https://devdocs.magento.com/guides/v2.4/extension-dev-guide/declarative-schema/db-schema.html
Path will be a similar path to this
app\code\AzCodez\CustomerViewing\etc\db_schema.xml
Add this code to set up your table. Mo...
blog.azcodez.com3 min read