1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Mark]/Ped Script/sqlpeds.sql

7 lines
178 B
MySQL
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
CREATE TABLE IF NOT EXISTS `player_peds` (
`id` INT NOT NULL AUTO_INCREMENT,
`identifier` VARCHAR(100) NOT NULL,
`ped` VARCHAR(100) NOT NULL,
PRIMARY KEY (`id`)
);