Tutorials
1.
CREATE TABLE IF NOT EXISTS vanillaunicorn_stock (
item VARCHAR(255) NOT NULL,
amount int(11) NOT NULL DEFAULT 0
)2.
Last updated
CREATE TABLE IF NOT EXISTS vanillaunicorn_stock (
item VARCHAR(255) NOT NULL,
amount int(11) NOT NULL DEFAULT 0
)Last updated