Hi,
I generated my really first project using Appgini: one table with three fields where the first is a CHAR(8) primary key, default value XX0000YY.
The problem is when i try to create the first record because appears an error page with message: "Field 'field1' doesn't have a default value"
The DB is a MySQL 5.7.7-rc on Windows 2008 Server R2 with IIS 7.5 running PHP.
ALex.
Problem "field doesn't have a default value"
Re: Problem "field doesn't have a default value"
Problem solved, was an inconsistency issue on field: i deleted/re-created the table and all done ! 
ALex

ALex