additional indizes and SongNumber Column
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace API.Models {
|
||||
public class File {
|
||||
public int ID { get; set; }
|
||||
public long ID { get; set; }
|
||||
[Index(IsUnique = true)]
|
||||
public Guid ReferenceFile { get; set; }
|
||||
public string Name { get; set; }
|
||||
public FileType FileType { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user