Show datatype for column in er-diagram

A

Arve W-N

I have used reverse engeneering on a sql server database. And all my tables
are available in Tables and Views window. When I drag one table into my
ER-diagram it shows as an entity with column name for each column.
Is it possible to also show datatype for the columns in my table?
If so - how?
 
A

Arve W-N

Found a solution using help:

Display data types (Database model):
1. Open the database model diagram.
2. On the Database menu, point to Options, and then click Document.
3. In the Database Document Options dialog box, click the Table tab, and
then, under Data Types, click Show physical or Show portable.
4. Click OK.
 
Top