3 lines
54 B
SQL
Executable File
3 lines
54 B
SQL
Executable File
drop database if exists rbac;
|
|
create database rbac;
|