I want to use database-managed Primary Keys with tables in a MySQL database created by a 3rd party ERD tool (Artiso’s Visual Case). I can’t set the Primary Keys as ‘database identity’ (ie: database managed) and get the error, ‘Sequence type Database Identity can only be specified if the table is not yet created in the database’.
Unless I’m mistaken, this pretty much means you can’t use database-managed Primary Keys with pre-existing tables – they have to be created from within Servoy.
Any plans to change this? ERD tools allow converting to different database vendors, managing foreign constraints, indexes, and so on…