https://github.com/spiral/database/blob/632488c5f7dfd3d4dc47edc9f1c2c992724e7526/src/Driver/Driver.php#L659 I have the issue of inserting datetime in the following format `Y-m-d H:i:s.u `- `u` - dosent insert. How can I insert my format to DB in another way?
https://github.com/spiral/database/blob/632488c5f7dfd3d4dc47edc9f1c2c992724e7526/src/Driver/Driver.php#L659
I have the issue of inserting datetime in the following format
Y-m-d H:i:s.u-u- dosent insert.How can I insert my format to DB in another way?