Devise - to change the default column names used in devise

Hi

I am using devise for existing application. Do any possibilities
there to change the column names used in default in devise like email
and encrypted_password.Since I have mentioned the user columns as
email_address and password, i need to use devise without changing these
columns.

Thanks