Skip to content
Snippets Groups Projects
Commit c09cedd4 authored by alapendr's avatar alapendr
Browse files

db_creation.py: modify antiboby in antibody in the table cin_projects

parent db395d65
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ def create_cin_projects_table(conn: sqlite3.Connection) -> None:
[database] VARCHAR(45) NOT NULL,
[name] VARCHAR(60) NULL,
[description] TEXT NULL,
[antiboby] VARCHAR(45) NOT NULL,
[antibody] VARCHAR(45) NOT NULL,
[cell_line] VARCHAR(45) NOT NULL,
[institute] VARCHAR(45) NULL,
[citation] VARCHAR(20) NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment