toxbootMysqlCreateTable: Function to create properly formatted toxboot table in MySQL
Description
toxbootMysqlCreateTable
creates table with correct column types which
will be written to by toxboot
and toxbootmc
.
Usage
toxbootMysqlCreateTable(table_name = NULL)
Arguments
table_name
string length 1, the name of the MySQL table format and
create
Details
Caution. This function will delete the current toxboot table if it
exists. Still need to add some safeguards.