I am working with a new database starting with drawing it up using lucid and ERD. A few questions came up:
How - if possible - do I arrange tables in different schema’s?
How - if possible - do I say that a column is an identiy column so that the DDL is generated with this information?
Page 1 / 1
Great questions! Tables can be arranged into schemas by connecting keys through lines. These lines represent the relationships between the tables and the cardinality can be dictated by the line ending. Additionally, the ‘key’ column is the identity column. The key column will appear when you choose the ERD shape that has 3 or columns or 2 columns (and the left column is skinnier than the right).
This will create a table named HR.employee in dbo schema, not the HR schema.
The id columns are not identity columns anymore.
How can I generate these tables to the HR schema and keep the information that the columns are identity columns?
Hi @Arvid Haugen, thanks for the response and additional information. I’ve converted your post to a support ticket so our team can take a closer look at your import and export files and give more direction on what may be going on. Thanks for your patience!
Reply
Create an account in the community
A Lucid account is required to interact with the community. You will be redirected to the Lucid app to create an account.