Add image_path column to albums table
This commit is contained in:
@ -12,6 +12,7 @@ diesel::table! {
|
||||
id -> Int4,
|
||||
title -> Varchar,
|
||||
release_date -> Nullable<Date>,
|
||||
image_path -> Nullable<Varchar>,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user