I'm starting to look at adding tables to our IGS instance using the Sql Tables form in Syteline. Is there a way to create an identity column? (starts with a numeric value and auto-increments with each record added). Thanks
Using the Application Schema Columns Metadata form you can create an incrementing auto number. You will have to regenerate triggers for the table as well.
Thanks