1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/examplepack/tables
2020-07-31 17:38:50 +02:00
..
__init__.py Update template to 5.8 2020-06-15 21:46:29 +02:00
example.py Update template structure 2020-07-31 17:06:54 +02:00
README.md Add folder READMEs 2020-07-31 17:38:50 +02:00

The tables folder

The tables folder should contain all Alchemy tables (SQLAlchemy-compatible SQL tables) that your Pack will add to the Royalnet instances it is installed in.

To learn how to create a new table, read the table docs page.