X149: Primary/Unique key fields must be specified as NOT NULL.

Before creating a PRIMARY KEY, you must specify that the fields involved are NOT NULL. You can do this through the Create/Alter Table module, or by using the ALTER command.