This commit is contained in:
jdl
2024-11-11 06:36:55 +01:00
parent d0587cc585
commit c5419d662e
102 changed files with 4181 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
TABLE users OF User NoDelete (
user_id string AS UserID PK
);