Best Practice for Foreign Key column position in table
问题 This might be a silly question, but here goes: Is there a standard or best practice, which specifies in what order the foreign key columns in a table should? I for one like the idea of the PK being the very first column in the table, followed by all the foreign keys, and then the columns thats relevant to that table.. Other way of doing it is having the PK as the very first column, then all the supporting columns, and then all foreign keys... I guess it really doesn't matter, but I would like