cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong datatypes in DC Dictionary table

Former Member
0 Kudos

Hi all,

I have create a DC Dictionary project and then create a table with columns like follows:

column name: BuildInType: length:

ID long

NAME string 64

I deployed it and opened the SQL Studio for checking. I got the follow table definition:

NAME DATATYPE

ID Fixed

NAME Long

Whats wrong here? Do I forgot something else?

Thx for help!

Stefan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

AHH, i got it.

The column NAME must have a length, so I redeployed the project and it works.