3 lines
54 B
MySQL
3 lines
54 B
MySQL
|
|
drop database if exists rbac;
|
||
|
|
create database rbac;
|