Files
selmerBot/database.sqlite
T

5 lines
32 KiB
Plaintext
Raw Normal View History

2022-04-17 08:51:30 -04:00
SQLite format 3@ .[2
ø
»»~i
Æ>
>!!Gtableuser_itemsuser_itemsCREATE TABLE `user_items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT, `user_id` VARCHAR(255), `item_id` INTEGER, `amount` INTEGER NOT NULL, `icon` VARCHAR(255))vKtableusersusersCREATE TABLE `users` (`user_id` VARCHAR(255) PRIMARY KEY, `balance` INTEGER NOT NULL DEFAULT 0))=indexsqlite_autoindex_users_1usersP++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)@));tablecurrency_shopscurrency_shopsCREATE TABLE `currency_shops` (`id` INTEGER PRIMARY KEY AUTOINCREMENT, `name` VARCHAR(255) UNIQUE, `cost` INTEGER NOT NULL, `icon` VARCHAR(255) UNIQUE);O)indexsqlite_autoindex_currency_shops_2currency_shops;O)indexsqlite_autoindex_currency_shops_1currency_shops