On Monday 10 Jun 2002 11:44 am, Markus Lervik wrote:

> mysql> show create table ip_name_tbl\G
> *************************** 1. row ***************************
>        Table: ip_name_tbl
> Create Table: CREATE TABLE `ip_name_tbl` (
[snip]
>   `name_id` int(11) NOT NULL default '0',
[snip]

> mysql> show create table conn\G
> *************************** 1. row ***************************
>        Table: conn
> Create Table: CREATE TABLE `conn` (
[snip]
>   `name_id` int(10) unsigned NOT NULL default '0',
[snip]

Ok, thank's to Jocelyn the problem is solved and can be seen above.
Kinda makes sence that both fields should be the same. : )
Slipped my attention ; )


Cheers,
Markus

-- 
Markus Lervik
Linux-administrator
Vaasa City Library - Regional Library, Finland
[EMAIL PROTECTED]
+358-6-325 3589/+358-40-832 6709

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to