Page 1 of 1

Problem "field doesn't have a default value"

Posted: 2016-08-09 13:54
by alexbromo
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.

Re: Problem "field doesn't have a default value"

Posted: 2016-08-10 14:21
by alexbromo
Problem solved, was an inconsistency issue on field: i deleted/re-created the table and all done ! :)

ALex