Cleaning stuff out a bit... Need to work towards querying.

This commit is contained in:
Alex Stevenson 2025-07-29 21:07:49 -04:00
parent 893faf8988
commit edbdfe3afc
4 changed files with 10 additions and 26 deletions

View file

@ -12,4 +12,4 @@ CREATE TABLE IF NOT EXISTS entities (
name VARCHAR(64),
spawn_line VARCHAR(64),
FOREIGN KEY(user_id) REFERENCES users(id)
);
);