portalId property

Column<int> portalId
latefinal

Unique event ID from NTUT Portal.

Nullable in DTO, but we expect it for syncing. We use our own auto-increment ID as the primary key and this as a unique constraint to avoid duplicates.

Implementation

late final portalId = integer().unique()();