Any reason to prefer to seed a DB table from 0 rather than from 1?
I'm referring to the simple case when a new DB table is being created with
a unique index column of type Int, and the developer can choose if the
first entry in that identity column is a 0 or a 1.
No comments:
Post a Comment