Hello,
I am testing Page Kit and I created a simple test extension. However I would like to link this extension to a new table in the pagekit database. I read that it is possible to create the new table in the database according to the official documentation (https://pagekit.com/docs/developer/database) with Utility::createTable($table, \Closure $callback). But I don't understand where to use this and how.
Maybe it is simple to create it directly in the database without command line? Is there a better documentation that explain how to add a new table in the database and link it to an extension that the one on the official website?
Thank you