//create table CREATE TABLE `testdate` ( `product` varchar(255) DEFAULT NULL, `tanggal` timestamp NOT NULL DEFAULT current_timestamp() ) //insert INSERT INTO testdate (product) VALUES ("ki"); Yang ...
Trying to use date time in json stored in MySQL date format in order to use Unfold feature. Field are properly reconized, how over datetime field are simply empty.