adding basic presentation_model.rs
This commit is contained in:
parent
a71ead411f
commit
4f58d6e1fd
5 changed files with 337 additions and 2 deletions
|
@ -13,8 +13,10 @@ diesel::table! {
|
|||
presentations (id) {
|
||||
id -> Integer,
|
||||
title -> Text,
|
||||
filePath -> Text,
|
||||
pageCount -> Nullable<Integer>,
|
||||
#[sql_name = "filePath"]
|
||||
path -> Text,
|
||||
#[sql_name = "pageCount"]
|
||||
page_count -> Nullable<Integer>,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue