MySQL problem - Doesn't have a default value
#6

You should set a default value for "connecttime", try replacing:
Код:
`ConnectTime` int(11) NOT NULL,
with:
Код:
`ConnectTime` int(11) NOT NULL DEFAULT 0,
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)