• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC Char Bazaar in myaac doesnt work?

Use the MySQL "DEFAULT" keyword to specify a default value for the column in the table schema. For example:
SQL:
ALTER TABLE mytable MODIFY bid_account VARCHAR(255) NOT NULL DEFAULT '';
This will set the default value for the "bid_account" column to an empty string if no value is provided in the INSERT statement.

Change "mytable" to your table that the script uses.
 
Back
Top