Help needed regarding Scaffolding

Hi

i m using rails2.0 and i want to add some columns after once i have
created my table and database through scaffolding. so pls help me out
how i can do this…

Thanks in advance

Regards
Harsh

You can add columns to your table using
migrationshttp://railscasts.com/episodes?search=migrations.
Rails Guides http://guides.rubyonrails.org/ is a good place for
getting
started with newer versions of Rails. You’ll have to manually add the
fields
to your view, though.
Regards,
Craig


Craig D.
Mutually Human Software