30.07.2018, 14:06
Just add the column to the list and a value for it:
If you had used TIMESTAMP datatype, you could set a default value as CURRENT_TIMESTAMP and it would set the register date itself.
pawn Код:
"INSERT INTO players (..., RegisterDate) VALUES (..., '%s')"