MySQL "required" Primary Key

I have a table with an auto-increment primary key which is set to Null = False. The problem is that because it’s a field that can’t be null, Make wants it completed. Is there any option to tell make to ignore certain fields?

Yes just use the ignore function.

3 Likes

hahah what a total legend. Thank you so much.

I apologise for my exceptional ignorance…
“is there a way to tell make to ignore something”
“yup… use the ignore function”
“ha… erm… that sounds promising” :grinning: :grinning:

2 Likes

HAHAHAH it happens. Got to learn somehow!!

3 Likes