feat: initiated description of db schema based on facts json.
This commit is contained in:
4
db_schema.sql
Normal file
4
db_schema.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE entities (
|
||||
cik INT PRIMARY KEY, -- CIK is now the primary key, ensuring uniqueness
|
||||
entityName VARCHAR(255) NOT NULL -- Name of the company
|
||||
);
|
||||
Reference in New Issue
Block a user