added timestamp for feed items
This commit is contained in:
@@ -17,6 +17,7 @@ diesel::table! {
|
||||
read -> Bool,
|
||||
title -> Varchar,
|
||||
url -> Varchar,
|
||||
created_ts -> Nullable<Timestamp>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user