Hi there, I am having issues while attempting to insert data whenever a column is defined as a DateType: unserialize(): Error at offset 0 of 10 bytes ~ MODPATH/phpcassa/phpcassa/Schema/DataType/DateType.php However, I don't encounter this issue whenever I define the column as an UTF8Type. Everything seems successful then. I would however prefer not to use this as a workaround. I noticed that someone else reported an exact similar on StackOverflow about 2 years ago. Basically, it's the same issue: http://stackoverflow.com/questions/13117448/how-to-save-datetype-in-phpcassa Unfortunately, it's left unanswered. Does anyone have any thoughts on this?