Initial source code
[oam/tr069-adapter.git] / config-data / src / main / resources / schema-mariadb.sql
diff --git a/config-data/src/main/resources/schema-mariadb.sql b/config-data/src/main/resources/schema-mariadb.sql
new file mode 100644 (file)
index 0000000..5f36066
--- /dev/null
@@ -0,0 +1,6 @@
+CREATE TABLE IF NOT EXISTS config_file_content \r
+  (\r
+  macid varchar(255) not null,\r
+  file_content mediumtext not null,\r
+  primary key(macid)\r
+);
\ No newline at end of file