Time : 22:15:45 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user' cannot be null Raw SQL : INSERT INTO users(user,password,active,role,name,email,position,dateCreated) VALUES(?,?,?,?,?,?,?,NOW()) Time : 20:37:39 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user' cannot be null Raw SQL : INSERT INTO users(user,password,active,role,name,email,position,dateCreated) VALUES(?,?,?,?,?,?,?,NOW()) Time : 20:37:25 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user' cannot be null Raw SQL : INSERT INTO users(user,password,active,role,name,email,position,dateCreated) VALUES(?,?,?,?,?,?,?,NOW()) Time : 08:24:41 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user' cannot be null Raw SQL : INSERT INTO users(user,password,active,role,name,email,position,dateCreated) VALUES(?,?,?,?,?,?,?,NOW()) Time : 08:24:38 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user' cannot be null Raw SQL : INSERT INTO users(user,password,active,role,name,email,position,dateCreated) VALUES(?,?,?,?,?,?,?,NOW()) Time : 08:08:35 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user' cannot be null Raw SQL : INSERT INTO users(user,password,active,role,name,email,position,dateCreated) VALUES(?,?,?,?,?,?,?,NOW()) Time : 08:08:32 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user' cannot be null Raw SQL : INSERT INTO users(user,password,active,role,name,email,position,dateCreated) VALUES(?,?,?,?,?,?,?,NOW()) Time : 07:59:17 SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1' for key 'PRIMARY' Raw SQL : INSERT INTO `fruit` (`id`, `name`, `color`) VALUES (1, 'apple', 'red'), (2, 'banana', 'yellow'), (3, 'watermelon', 'green'), (4, 'pear', 'yellow'), (5, 'strawberry', 'red'); Time : 01:23:39 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user' cannot be null Raw SQL : INSERT INTO users(user,password,active,role,name,email,position,dateCreated) VALUES(?,?,?,?,?,?,?,NOW()) Time : 01:23:31 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user' cannot be null Raw SQL : INSERT INTO users(user,password,active,role,name,email,position,dateCreated) VALUES(?,?,?,?,?,?,?,NOW()) Time : 01:23:03 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user' cannot be null Raw SQL : INSERT INTO users(user,password,active,role,name,email,position,dateCreated) VALUES(?,?,?,?,?,?,?,NOW()) Time : 01:22:47 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user' cannot be null Raw SQL : INSERT INTO users(user,password,active,role,name,email,position,dateCreated) VALUES(?,?,?,?,?,?,?,NOW()) Time : 01:17:04 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'jardin.fruit' doesn't exist Raw SQL : SELECT * FROM fruit WHERE name=:name and color=:color