Adding some oganization features

This commit is contained in:
Miroslav Prasil
2018-04-20 17:35:11 +01:00
parent 5210f9b951
commit c5185ddb83
5 changed files with 202 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ use uuid::Uuid;
use crypto;
use CONFIG;
#[derive(Debug, Identifiable, Queryable, Insertable)]
#[table_name = "users"]
#[primary_key(uuid)]