🖥️Auto Table
Explanation of the auto table configuration in the script
Config.CreateAutoTable = true -- True recommended if you use MariaDBLast updated
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.
You will find the sql file in the resource folder!
Config.CreateAutoTable = true -- True recommended if you use MariaDBLast updated