mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
initial titles implementation
This commit is contained in:
11
patch-schema/titles.sql
Normal file
11
patch-schema/titles.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public.titles
|
||||
(
|
||||
id int NOT NULL,
|
||||
char_id int NOT NULL,
|
||||
unlocked_at timestamp without time zone,
|
||||
updated_at timestamp without time zone
|
||||
);
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user