add:type assigner

This commit is contained in:
2026-03-09 16:14:25 +09:00
parent 8a3c10e785
commit 2bfd94e358
15 changed files with 715 additions and 98 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `tickets` ADD `userId` text REFERENCES users(id);