Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 9 Current »

Magento 2 has two ways to create Database for module:

Exercise:

  • Create new module, use Declarative Schema to create table with the following schema:

  • Use Schema Patch to add column: Age, Country to the actor

  • No labels