using System.ComponentModel.DataAnnotations.Schema; namespace Back.Program.Models.Entities { [Table("authkey")] public class AuthKey { } }