Retoca las migraciones principales

This commit is contained in:
Manuel Cillero 2022-04-25 20:57:36 +02:00
parent f30f84e993
commit 42a4731bdd
8 changed files with 29 additions and 32 deletions

View file

@ -2,11 +2,11 @@ use pagetop::prelude::*;
#[derive(Iden)]
enum NodeRevision {
Table, // Stores information about each saved version of a {node}.
Table, // node_revision: Stores information about each saved version of a Node.
Nid, // The {node} this version belongs to.
Nid, // The Node this version belongs to.
Vid, // The primary identifier for this version.
Uid, // The {users}.uid that created this version.
Uid, // The User.uid that created this version.
Title, // The title of this version.
Log, // The log entry explaining the changes in this version.
Timestamp, // A Unix timestamp indicating when this version was created.