big test rc

This commit is contained in:
React User
2026-06-02 07:48:41 +00:00
parent 04b3463b19
commit c7d89471ef
236 changed files with 14480 additions and 64 deletions
+1
View File
@@ -2,6 +2,7 @@ create table public.users (
id bigint generated by default as identity not null,
created_at timestamp with time zone not null default now(),
username text null,
email text null,
password text null,
cc real null default '0'::real,
rc real null default '0'::real,