default autoincrement

Hi,
You guys initialize each entity with an 'id' primary key. It would be nice to be able to set the default preference to have this key initialized to 'autoincrement'.
thanks.



Login or register to post comments

Comments

very true

let's do it that way!

thanks!

I guess that would require

I guess that would require setting the default 'id' datatype to INT instead of varchar as well.