mirror of
https://github.com/Lemonochrme/service-architecture.git
synced 2025-06-08 05:30: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');
|