feat: add feature based structure
This commit is contained in:
5
internal/author/schema.sql
Normal file
5
internal/author/schema.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE authors (
|
||||
id BIGSERIAL PRIMARY KEY,
|
||||
name text NOT NULL,
|
||||
bio text
|
||||
);
|
||||
Reference in New Issue
Block a user