mirror of
https://github.com/Lemonochrme/service-architecture.git
synced 2025-06-08 13:40:50 +02:00
5 lines
116 B
SQL
5 lines
116 B
SQL
INSERT INTO `service-architecture`.roles (id, name)
|
|
VALUES
|
|
(1, 'user'),
|
|
(2, 'volunteer'),
|
|
(3, 'admin');
|