mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-06 22:35:11 +02:00
6 lines
82 B
PL/PgSQL
6 lines
82 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE IF EXISTS public.gacha_entries
|
|
ADD COLUMN name text;
|
|
|
|
END; |