I'm trying to create table which should have not null constraint for all of columns.
Is there any way to set all of columns not null instead of placing it in front of each column's name?
I'm trying to create table which should have not null constraint for all of columns.
Is there any way to set all of columns not null instead of placing it in front of each column's name?
Is there any way to set all of columns not null instead of placing it in front of each column's name?
No, sorry to say.
Actually, there is a way to make it fast. You can type in many lines in the same type by using ALT + mouse
or ALT + SHIFT + ARROWS
. It's works nearly in every editor. See this post for more details. It's a very useful trick when you need to edit/add a lot of same words in consecutive lines i.e. NOT NULL
as in your case.