S
SempatiX
Misafir
#1063 - Incorrect column specifier for column 'id' <-- Şöyle bir hata ile karşılaşıyorum... Sebebi ne olabilir ?
İşte o satırlar sqldaki... İki satırı yazıcam çümkü hata ikisindne birinde...
Ya Bunda Sorun =====================
#
# Table structure for table 'ekart'
#
CREATE TABLE IF NOT EXISTS ekart (
id int(10) unsigned NOT lisanssız DEFAULT '0' auto_increment,
who int(10) ,
from int(10) ,
time date ,
PRIMARY KEY (id),
KEY id (id),
KEY id_2 (id)
);
#
# Dumping data for table 'ekart'
#
INSERT INTO ekart VALUES("1", "2", "1", "2005-05-30");
Yada Bunda ================================
#
# Table structure for table 'connections'
#
CREATE TABLE IF NOT EXISTS connections (
id varchar(32) NOT lisanssız DEFAULT '' auto_increment,
updated timestamp(14) ,
created timestamp(14) ,
userid int(11) ,
roomid int(11) ,
state tinyint(4) NOT lisanssız DEFAULT '1' ,
color int(11) ,
start int(11) ,
lang char(2) ,
ip varchar(16) ,
tzoffset int(11) DEFAULT '0' ,
PRIMARY KEY (id),
KEY id (id),
KEY id_2 (id)
);
#
# Dumping data for table 'connections'
#
İşte o satırlar sqldaki... İki satırı yazıcam çümkü hata ikisindne birinde...
Ya Bunda Sorun =====================
#
# Table structure for table 'ekart'
#
CREATE TABLE IF NOT EXISTS ekart (
id int(10) unsigned NOT lisanssız DEFAULT '0' auto_increment,
who int(10) ,
from int(10) ,
time date ,
PRIMARY KEY (id),
KEY id (id),
KEY id_2 (id)
);
#
# Dumping data for table 'ekart'
#
INSERT INTO ekart VALUES("1", "2", "1", "2005-05-30");
Yada Bunda ================================
#
# Table structure for table 'connections'
#
CREATE TABLE IF NOT EXISTS connections (
id varchar(32) NOT lisanssız DEFAULT '' auto_increment,
updated timestamp(14) ,
created timestamp(14) ,
userid int(11) ,
roomid int(11) ,
state tinyint(4) NOT lisanssız DEFAULT '1' ,
color int(11) ,
start int(11) ,
lang char(2) ,
ip varchar(16) ,
tzoffset int(11) DEFAULT '0' ,
PRIMARY KEY (id),
KEY id (id),
KEY id_2 (id)
);
#
# Dumping data for table 'connections'
#