Table Name: Point Association
Group: SIT (Spatial Information Tables)
Type: Intermediate table. An association table that establishes each pairing individually.
General Description:
This is an intermediate (association) table that resolves the many-to-many relationship between palaeoflood records and spatial points. It allows for tracking which records are tied to which geospatial locations.

Fields:
- id (Association identifier): Primary key and unique code for each record-point association in the database.
- ID_REG (Record Identifier): Foreign key pointing to the palaeoflood record.
- id_point (Point Identifier): Foreign key pointing to the spatial point.

Relationships:
- Enables a N:M relationship between BIT and SIT insertion tables (Record Basic Data and Point tables).
