Error: Column 'type' cannot be null

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Error: Column 'type' cannot be null

Post by Luke »

I keep getting this error from mysql, but my table doesn't have a column named "type". What is it talking about??
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Here query-query-query! Where did you go?

Table schema may help too. :P
fractalvibes
Forum Contributor
Posts: 335
Joined: Thu Sep 26, 2002 6:14 pm
Location: Waco, Texas

Post by fractalvibes »

Indeed. Show us the offending SQL and also the structure of the table(s) you are querying against and you may get some good answers!

fv
Post Reply