master
Aevann1 2022-09-13 01:22:57 +00:00
parent 84d76187c9
commit c86cf0881b
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ CREATE TYPE public.casino_game_currency AS ENUM (
CREATE TYPE public.casino_game_kind AS ENUM ( CREATE TYPE public.casino_game_kind AS ENUM (
'blackjack', 'blackjack',
'slots' 'slots',
'roulette'
); );