Add comment to the one column with Entity core framework Fluent api

Asked

Viewed 56 times

2

How do I add a comment to a column. In sql I do so:

ALTER TABLE Tabela MODIFY COLUMN 'nome' varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'Teste' AFTER `nome`;

How to do in Entity core framework Fluent api?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.