Can create new accommodations using the API
This commit is contained in:
@@ -6,9 +6,11 @@ diesel::table! {
|
||||
family_id -> Int4,
|
||||
time_create -> Int8,
|
||||
time_update -> Int8,
|
||||
need_validation -> Nullable<Bool>,
|
||||
#[max_length = 50]
|
||||
name -> Varchar,
|
||||
need_validation -> Bool,
|
||||
description -> Nullable<Text>,
|
||||
open_to_reservation -> Nullable<Bool>,
|
||||
open_to_reservations -> Bool,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user