Files
owlibou_tavern/database/main/talent_group.sql

8 lines
90 B
SQL

create table talent_group
(
code TEXT
primary key,
name TEXT not null
);