Database
Schema and persistence behavior for gcm_pedSystem.
Table
gcm_peds
- Stores per-player PED collection as JSON.
- Primary key:
indentificador(license identifier string). - Relevant columns:
indentificadornamepeds(JSON array withped,nombre,agregarMenu,forzarSpawn)
Notes
- Column name is intentionally
indentificadorin SQL and code; changing it requires code migration.