VENOM-1 : Test für Push bla

This commit is contained in:
engineerTrooper 2020-09-20 18:12:26 +02:00
parent 2364c224fc
commit e3a0c6442c
1 changed files with 6 additions and 0 deletions

View File

@ -27,3 +27,9 @@ create table if not exists data
datatype enum ('content', 'form')
)
comment 'DataLoader File';
create table if not exists meteData
(
id int(255) auto_increment not null unique primary key
)
comment 'Test'