RE: auto building new custom table in database

5561672, modified 15 Years ago. New Member Posts: 6 Join Date: 8/13/10 Recent Posts
I am trying to make liferay create my new custom table.
New table was added to service.xml and successfully built by serviceBuilder.
ServiceBuilder generated classes and added sql code into "portal-ext/sql/portal-tables.sql"
But, when I start liferay portal first time, it creates 139 tables into database and "skips" my new table.
Can anyone show me the procedure of making portal automatically add custom table into database during first startup?
thumbnail
4096145, modified 15 Years ago. Junior Member Posts: 31 Join Date: 10/5/09 Recent Posts
You could refer http://www.liferay.com/community/wiki/-/wiki/Main/Extend+Liferay+Tables to see if that would be helpful.