asp.net - After change varchar max length, do I have to update Entity Framework -


i have production application asp.net webform entity framework database first. after noticed had 1 varchar column size short. changed on local database side. run , failed. have update entity framework database, succeed. couldn't see change on .edmx file.

now expanded varchar size on live database. need republish local copy make change?

entities reflect table schema, if changing break ef

refer entity framework mapping enter image description here

this max length highlighted in image generated database scheme. changing break ef


Comments

Popular posts from this blog

python - Healpy: From Data to Healpix map -

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -