I have developed a web application with fields Keyword,Latitude and Longitude.
I want to add one more field called Radius to the web application..
How should i proceed.
Waiting for the reply,
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
really simple to do it. Simply do:
The example above supposed your model is called address, hence the “AddRadiusToAddress”, but if your model is called something else, simply change address with that “something else”
And the field name in this case is radius, and I;m setting iut to be string, you might wanna change this as well.
After that, simply rung:
Hope this helps you.
UPDATE
And just for the sake of it, I thought I’d add an example of removing a field as well: