for work with google sheets

This commit is contained in:
kr0sh512
2025-02-11 11:08:50 +03:00
parent b2db3a4b76
commit ab1272df70
5 changed files with 65 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
CREATE DATABASE IF NOT EXISTS tg_schedule;
CREATE TABLE IF NOT EXISTS users (
id BIGINT PRIMARY KEY,
username VARCHAR(255),