Initial source code
[oam/tr069-adapter.git] / config-data / src / main / resources / schema-mariadb.sql
1 CREATE TABLE IF NOT EXISTS config_file_content \r
2   (\r
3   macid varchar(255) not null,\r
4   file_content mediumtext not null,\r
5   primary key(macid)\r
6 );