[CORD-2550] Storing info on who created the model

Change-Id: I8e9a169ac668d4c4057334f2594642cb7298a3b9
(cherry picked from commit 8fdf40971f1ab724458d9c82a97e77a5e5c97d91)
diff --git a/xos/models/mcord.xproto b/xos/models/mcord.xproto
index bbbc84e..386bcdb 100644
--- a/xos/models/mcord.xproto
+++ b/xos/models/mcord.xproto
@@ -14,4 +14,5 @@
     required string imsi_number = 1 [max_length = 30, content_type = "stripped", blank = False, null = False, db_index = False];
     optional string apn_number = 2 [max_length = 30, content_type = "stripped", blank = True, null = True, db_index = False];
     optional int32 ue_status = 3 [max_length = 30, choices = "(('0', 'Detached'), ('1', 'Attached'))", blank = True, null = True, db_index = False];
+    optional string created_by = 4 [null = True, blank = True, gui_hidden = True];
 }