3 lines
62 B
MySQL
3 lines
62 B
MySQL
|
|
drop database if exists workflow;
|
||
|
|
create database workflow;
|