Very basic / newbie question but i can’t find answer.
I have a database (@ben project on youtube) working fine but as you can see the fields are not in the right order (i would like to get : firstname / lastanme / email, etc). I’m curious how i could re-organize the field order without breaking everything ))
Database column order really doesn’t matter. They are shown in the order of creation but when you make queries you can have them in any order you want.
yes sure, but i was curious if there is a way to re order them (more easy to read and navigate)
No there is no way to order them. We present them in the order they are stored in the database