Currently, the datetime is a standard MySQL datetime field. However, we have items that happen quickly and the datetime field doesn't reflect quick changes, especially in the _audit tables. Can we change the datetime to be datetime(3) which will capture milliseconds? How can we implement this?