How to set correct excel file for export into MYSQL database?
I have the following fields:
INSERT INTO table
(id, myname, description, created, modified ) VALUES('UUID', '' ,'' ,'datetime' ,'datetime')
Can be set into MYSQL table datetime automatic and UUID function?