qt-chat-app

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

U1766663030__create_table_chat.sql (63B)


      1 CREATE TABLE "chat" ('id' INTEGER PRIMARY KEY NOT NULL) STRICT;