what is wrong with create faction command
#4

Using AUTO_INCREMENT, the only way to do that (as far as I know) is by manually setting the ID after inserting a row.
If you want to start all over you'd have to clear the entire table
Code:
TRUNCATE factions;
This will delete all rows and also reset the AUTO_INCREMENT value.
Reply


Messages In This Thread
what is wrong with create faction command - by xAlecsu - 28.06.2020, 17:02
Re: what is wrong with create faction command - by Kwarde - 28.06.2020, 17:07
Re: what is wrong with create faction command - by xAlecsu - 28.06.2020, 17:15
Re: what is wrong with create faction command - by Kwarde - 28.06.2020, 17:36
Re: what is wrong with create faction command - by xAlecsu - 28.06.2020, 17:37

Forum Jump:


Users browsing this thread: 1 Guest(s)