Multiple database tables for one Plugin

Hi all,

Question, is it possible to use multiple database tables in 1 plugin, if so, How?
Thanks in advance.

Niels

You can use an many tables/migrations/model inside a plugin as you like.

Either you create one migration for each table or you use many tables inside one migration.

Thx, that wil help a lot to be honest.