Cannot insert the value NULL into column Name, Thanks SharePoint

March 7, 2008

I tried to create a Custom List. I had event receivers attached to custom lists and i got this:
Cannot insert the value NULL into column ‘Name’, table ‘[somesharepointcontentdatabase].dbo.EventReceivers’;
column does not allow nulls. INSERT fails.
The statement has been terminated.

I found out what this means and how to get around it.