From: Zhao Yi Date: 2008-11-23T19:24:33+09:00 Subject: How can I set default value for each column in a Database? I created a database in my rails project and want to set default value for each column. I have read the self.up method of the file db\migrate\20081123094926_create_bay_infos.rb and thought that this is where I need to modify. But I don't know how to do this. -- Posted via http://www.ruby-forum.com/.