Problem Description
Is there any reason for which I should prefer one of the means of creating new database tables for a plugin over the other? It seems like most of the core plugins use an XML file but I know that I can also use the $DB->get_manager() to create tables, as in an upgrade script.
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?