mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
chore: initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
CREATE TABLE `whitelist` (
|
||||
`identifier` varchar(60) NOT NULL,
|
||||
PRIMARY KEY (`identifier`)
|
||||
);
|
||||
Reference in New Issue
Block a user