Guest User

Untitled

a guest
Apr 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. id int auto incremental not null
  2. Nombre text not null
  3. Apellidos text not null
  4. id_usuario int not null
  5.  
  6. INSERT INTO clientes(nombre, apellidos) VALUES(:nombre, :apellidos)
  7.  
  8. PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1364 Field 'id_usuario' doesn't have a default value.
  9.  
  10. PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: ''
Add Comment
Please, Sign In to add comment