first streamlit poc
This commit is contained in:
@@ -3,6 +3,7 @@ CREATE TABLE IF NOT EXISTS videos (
|
||||
raw_file VARCHAR(255) UNIQUE,
|
||||
duration DECIMAL(10,2),
|
||||
mp4_file VARCHAR(255),
|
||||
mp4_file_name VARCHAR(255),
|
||||
rotated_file VARCHAR(255),
|
||||
thumbnail_file VARCHAR(255),
|
||||
record_datetime TIMESTAMP,
|
||||
|
||||
Reference in New Issue
Block a user