Jump to content

[SOLVED] Cannot be null


zamp0e

Recommended Posts

Sorry, the table is actully name "users", misstyping.

 

users CREATE TABLE `users` (

`id` int(255) NOT NULL AUTO_INCREMENT,

`name` varchar(255) NOT NULL,

`password` varchar(255) NOT NULL,

`made` date NOT NULL,

`status` int(255) NOT NULL,

`antalrecept` int(255) NOT NULL,

`email` varchar(255) NOT NULL,

PRIMARY KEY (`id`)

) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.