mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 09:47:50 +03:00
4 lines
75 B
SQL
4 lines
75 B
SQL
CREATE TYPE user_role AS ENUM (
|
|
'STUDENT',
|
|
'TEACHER',
|
|
'ADMIN'); |