SQL
This SQL file creates the needed table to run the resource.
CREATE TABLE IF NOT EXISTS wix_killeward (
identifier VARCHAR(64) PRIMARY KEY,
kills INT DEFAULT 0,
deaths INT DEFAULT 0
);This SQL file creates the needed table to run the resource.
CREATE TABLE IF NOT EXISTS wix_killeward (
identifier VARCHAR(64) PRIMARY KEY,
kills INT DEFAULT 0,
deaths INT DEFAULT 0
);