summaryrefslogtreecommitdiff
path: root/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schema.rs b/src/schema.rs
index c258603..f6ec1f7 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -3,5 +3,6 @@ table! {
id -> Nullable<Integer>,
name -> Varchar,
mass -> Varchar,
+ last_modified -> Timestamp,
}
}