Guys,
I have create this database column a while ago- t.date :interview_date, :null => false means that this column can not have null value and then i deployed it on my server. Now i want this column to be changed as t.date :interview_date, :null => true so that my column can accept null values also.
Want to know each & every possible way.. ?
Thanks in advance..