getting basic video_model.rs ready

This commit is contained in:
Chris Cochrun 2023-04-06 20:37:19 -05:00
parent c1e9feb1b3
commit 8c2d32af6b
5 changed files with 368 additions and 4 deletions

View file

@ -42,9 +42,9 @@ diesel::table! {
title -> Text,
#[sql_name = "filePath"]
path -> Text,
#[sql_name = "filePath"]
#[sql_name = "startTime"]
start_time -> Nullable<Float>,
#[sql_name = "filePath"]
#[sql_name = "endTime"]
end_time -> Nullable<Float>,
#[sql_name = "loop"]
looping -> Bool,