Initial support for soft deletes

This commit is contained in:
Daniel García
2020-04-17 22:35:27 +02:00
parent 5a390a973f
commit e3b00b59a7
11 changed files with 126 additions and 25 deletions

View File

@@ -22,6 +22,7 @@ table! {
data -> Text,
favorite -> Bool,
password_history -> Nullable<Text>,
deleted_at -> Nullable<Timestamp>,
}
}