//------------------------------------------------------------------------------
// 
//     This code was generated from a template.
//
//     Manual changes to this file may cause unexpected behavior in your application.
//     Manual changes to this file will be overwritten if the code is regenerated.
// 
//------------------------------------------------------------------------------
namespace UnicornShopLegacy
{
    using System;
    using System.Collections.Generic;
    
    public partial class app_user
    {
        public System.Guid user_id { get; set; }
        public Nullable active { get; set; }
        public string email { get; set; }
        public string first_name { get; set; }
        public string last_name { get; set; }
        public string password { get; set; }
    }
}