module instalation of a table I'm developing a module that will use its own table in the mamba database. I want to make it open source so others can benefit from it but don't know how to automatically create the table when you install the module.
Is there any way to do that? Can you, inside the xml file, designate a script to be be run automatically on or after installation?
or is there a better way?
right now, I have to go in and manually create the table in the database before using the module.
Any example modules that I could look at for reference? |