Hello, ladies and gentlemen. Can you please tell me if it is possible to create tables in the database using a phalcon? When creating a user, you need to create several tables. Is it expedient if the users have a lot of personal data, settings, etc.? Then in models
public function getSource() { return 'user12345_table_name'; }