Is it possible to specify a WHERE clause for a Unique Constraint (filtered index) on a table in Enterprise Architect? -


i use generate dll enterprise architect, need filtered index (e.g. create unique index foo on dbo.bar(key) key not null;). how can enter enterprise architect (i'm on version 13.0.1307 , database sql server).

enter image description here

enter image description here


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -