mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-18 16:11:45 +03:00
5 lines
92 B
MySQL
5 lines
92 B
MySQL
|
create table if not exists users(
|
||
|
date text,
|
||
|
user_id text,
|
||
|
requests_count int
|
||
|
);
|