aboutsummaryrefslogtreecommitdiff
path: root/Database
diff options
context:
space:
mode:
Diffstat (limited to 'Database')
-rw-r--r--Database/SQL/config.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/Database/SQL/config.sql b/Database/SQL/config.sql
new file mode 100644
index 0000000..579c633
--- /dev/null
+++ b/Database/SQL/config.sql
@@ -0,0 +1,9 @@
+CREATE TABLE config (
+ id NOT NULL PRIMARY KEY AUTO_INCREMENT,
+ title INT,
+ description INT,
+ image_link INT,
+ article_link INT,
+ source INT,
+ publish_date INT
+) \ No newline at end of file