🖥️Auto Table
Explanation of the auto table configuration in the script
If set to true
, the entire database will be automatically created. If set to false
, you will need to manually import the SQL file into your database.
Config.CreateAutoTable = true -- True recommended if you use MariaDB
Last updated