Database Changes After Adding Service Component

Created: 21 January 2025  Modified:

What data changes occur when adding a service component in Liferay. Also included system level configuration. This information was added by administrator user Test Test with email test@test.com. Keep in mind that Liferay doesn’t enforce referential integrity in the database. Instead it is “enforced” in the code.

The following table was modified but appears not to be strongly relevant.

The following table was modified. It appears that a record was created each time the service component was deployed. The system level configuration did not appear to have a database component.

XML from Data_ column

<?xml version="1.0"?>

<data>
	<tables-sql><![CDATA[create table FOO_Foo (
	uuid_ VARCHAR(75) null,
	fooId LONG not null primary key,
	groupId LONG,
	companyId LONG,
	userId LONG,
	userName VARCHAR(75) null,
	createDate DATE null,
	modifiedDate DATE null,
	field1 VARCHAR(75) null,
	field2 BOOLEAN,
	field3 INTEGER,
	field4 DATE null,
	field5 VARCHAR(75) null
);]]></tables-sql>
	<sequences-sql><![CDATA[]]></sequences-sql>
	<indexes-sql><![CDATA[create index IX_CFFD06FF on FOO_Foo (field2);
create unique index IX_905CD589 on FOO_Foo (uuid_[$COLUMN_LENGTH:75$], groupId);]]></indexes-sql>
</data>

Diagram is only showing the relationships most relevant.

Changed Data Tables
Changed Data Tables

Resources

tags: java - liferay ce - liferay - ce - mariadb - fedora - 41 - fedora 41 - linux - service - component - service component - 7.4
   Less Is More