[feat] add initial database schema with tables, triggers, and views
This commit is contained in:
7
database/main/talent_group.sql
Normal file
7
database/main/talent_group.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
create table talent_group
|
||||
(
|
||||
code TEXT
|
||||
primary key,
|
||||
name TEXT not null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user