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