Hi, I have a mysql table with column 'since_last_screenshot' NOT NULL DEFAULT '0'
I am getting an error, when trying to insert data ($screen->create()) without setting value for since_last_screenshot field. SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'since_last_screenshot' cannot be null
Does Phalcon understand the default values from MySQL table definition? What is the right way to set default values? using ORM?
Phalcon version 1.0