Mixer - create tables

Hi,

I’m using oven to install cakephp and mixer to install plugins. I really love both things because I’m not familiar with composer.
The documentation of a plugin mentions:
“If you want to use the Users tables to store your users and social accounts:
bin/cake migrations migrate -p CakeDC/Users”

How can I create the tables without using composer.

Many thanks