Error 1171: All parts of a PRIMARY KEY must be NOT NULL

Error Code
SQLSTATE
Error
Description

1171

42000

ER_PRIMARY_CANT_HAVE_NULL

All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead

Possible Causes and Solutions

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?