removed roleID

This commit is contained in:
Im_Alpha 2021-12-13 21:48:46 -08:00
parent 487138890a
commit 6f9c6f0f12

View File

@ -1,6 +1,5 @@
create table roles create table roles
( (
RoleID int not null,
Role varchar(50) charset utf8mb3 not null, Role varchar(50) charset utf8mb3 not null,
CreatedBy varchar(200) charset utf8mb3 not null, CreatedBy varchar(200) charset utf8mb3 not null,
CreatedDate datetime not null, CreatedDate datetime not null,