peki bu hata ne oluyor??

# MySQL-Front Dump 2.5
#
# Host: localhost Database: iboh_arkadas
# --------------------------------------------------------
# Server version 3.22.34-shareware-debug
#
# Table structure for table 'adresdefteri'
#
CREATE TABLE IF NOT EXISTS adresdefteri(id int( 10 ) unsigned NOT NULL DEFAULT '0' AUTO_INCREMENT ,
uyeid int( 10 ) ,
ssid int( 10 ) ,
PRIMARY KEY ( id ) ,
KEY id( id ) ,
KEY id_2( id )
);


MySQL çıktısı:
#1067 - Invalid default value for 'id'