Message Boards

ms sql database

Ramalingaiah Dudimetla, modified 3 Years ago.

ms sql database

New Member Posts: 22 Join Date: 3/4/20 Recent Posts

Hi Team,

datebase name: liferay 7.1

table name: useraddedpolicy

we need replace colom name like puttaiah to raju 

we are using liferay 7.1 dxp .

is it possible ?

Best Reagrds ,

dudimetla ramalingaiah

 

 

 

 

 

 

thumbnail
Olaf Kock, modified 3 Years ago.

RE: ms sql database

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts

If you're asking about Liferay's own database, its tables and columns: Here's what you need to know about it, and how to change it.

If you're asking about your own, custom, database structures, you're free to do whatever you want: There's nothing in Liferay dependent on it - just make sure you update your own code.

If the database has been created through ServiceBuilder (but still custom, in your own code), you might want to look into the upgrading routines. They go together with deploying new version of a service and can update the database according to your needs.