Auto Arrange?

Play Now

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
175
Redditch, UK
Whenever i add a new line to SQL in mobs it jumbles them all up, is there anyway to make it so it always keeps the last entry at the very bottom?
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,969
118
290
Stoke, UK
I have this problem sometimes I will add one to the bottom and it will chuck it in the middle somewhere.. it never jumbles them though.

No idea on a fix.. but would be interesting to find out.

/Mick
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,969
118
290
Stoke, UK
This is talking about the mobs, which doesn't really matter what order they are in (apart from to find things). I had this problem once on the items, but the idx wasn't set as the primary key.
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
175
Redditch, UK
I have this problem sometimes I will add one to the bottom and it will chuck it in the middle somewhere.. it never jumbles them though.

No idea on a fix.. but would be interesting to find out.

/Mick
yeah thats what i meant as well, glad to see im not the only 1 with this problem, guess il have to bare with it, you wer saying idx being primary key, cud this be done ion mobs to alphabetically sort them?
 

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
215
UK
Yes you can put any sort order you like in, just go into design table and then manage indexes, set the column to use as the index and ascending/descending :)

You can do this with any database field.
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,969
118
290
Stoke, UK
Mine are sorted by Area, so I don't use this option. If I add one and it moves it somewhere I don't want I just extra them re-order and then import them.
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
175
Redditch, UK
Yes you can put any sort order you like in, just go into design table and then manage indexes, set the column to use as the index and ascending/descending :)

You can do this with any database field.
iv tried this a few times and doesnt seem to work :cray: