When I try to import db.schema into the database I've created I get the following error :-
ERROR 1121 at line 73: Column 'Raum' is used with UNIQUE or INDEX but is not defined as NOT NULL
any ideas?
Typ is varchar(30) Null is Yes Standard is NULL You can change it with phpMyAdmin regards str-tv
Happened to me too. Here's what I did:
https://sourceforge.net/forum/forum.php?thread_id=657326&forum_id=44845
Thanks for the tips guys
Log in to post a comment.
When I try to import db.schema into the database I've created I get the following error :-
ERROR 1121 at line 73: Column 'Raum' is used with UNIQUE or INDEX but is not defined as NOT NULL
any ideas?
Typ is varchar(30)
Null is Yes
Standard is NULL
You can change it with phpMyAdmin
regards
str-tv
Happened to me too. Here's what I did:
https://sourceforge.net/forum/forum.php?thread_id=657326&forum_id=44845
Thanks for the tips guys