Duplicate Key!
#5

DataBase SQL:
Код HTML:
--
-- Indexes for table `vehicles`
--
ALTER TABLE `vehicles`
  ADD PRIMARY KEY (`ID`);
Код HTML:
--
-- AUTO_INCREMENT for table `vehicles`
--
ALTER TABLE `vehicles`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
Reply


Messages In This Thread
Duplicate Key! - by norton2 - 24.09.2015, 16:43
Re: Duplicate Key! - by Aly - 24.09.2015, 16:58
Re: Duplicate Key! - by norton2 - 24.09.2015, 17:05
Re: Duplicate Key! - by Aly - 24.09.2015, 17:11
Re: Duplicate Key! - by norton2 - 24.09.2015, 17:15
Re: Duplicate Key! - by Aly - 24.09.2015, 17:19
Re: Duplicate Key! - by norton2 - 24.09.2015, 17:24
Re: Duplicate Key! - by Aly - 24.09.2015, 17:36
Re: Duplicate Key! - by rappy93 - 24.09.2015, 17:37
Re: Duplicate Key! - by norton2 - 24.09.2015, 17:42

Forum Jump:


Users browsing this thread: 1 Guest(s)