Skip to content

Instantly share code, notes, and snippets.

View ahreenah's full-sized avatar
🏳️‍⚧️

Arina Melianova ahreenah

🏳️‍⚧️
View GitHub Profile
PRAGMA foreign_keys = ON;
DROP TABLE if exists users;
DROP TABLE if exists routes;
DROP TABLE if exists groups;
DROP TABLE if exists contracts;
DROP TABLE if exists points;
DROP TABLE if exists hotels;
DROP TABLE if exists hotel_room_type_links;
DROP TABLE if exists room_types;
Hello world