mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
fix: database create issue
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<Identity
|
<Identity
|
||||||
Name="37412.BetterLyrics"
|
Name="37412.BetterLyrics"
|
||||||
Publisher="CN=E1428B0E-DC1D-4EA4-ACB1-4556569D5BA9"
|
Publisher="CN=E1428B0E-DC1D-4EA4-ACB1-4556569D5BA9"
|
||||||
Version="1.2.244.0" />
|
Version="1.2.245.0" />
|
||||||
|
|
||||||
<mp:PhoneIdentity PhoneProductId="ca4a4830-fc19-40d9-b823-53e2bff3d816" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
<mp:PhoneIdentity PhoneProductId="ca4a4830-fc19-40d9-b823-53e2bff3d816" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ namespace BetterLyrics.WinUI3.Models
|
|||||||
// 下面的元数据字段通常不需要索引,可以使用 MaxLength 稍微优化空间,
|
// 下面的元数据字段通常不需要索引,可以使用 MaxLength 稍微优化空间,
|
||||||
// 或者直接留空(默认为 nvarchar(max))
|
// 或者直接留空(默认为 nvarchar(max))
|
||||||
public string Title { get; set; } = "";
|
public string Title { get; set; } = "";
|
||||||
public string Artist { get; set; } = "";
|
[Column("Artists")] public string Artist { get; set; } = "";
|
||||||
public string Album { get; set; } = "";
|
public string Album { get; set; } = "";
|
||||||
public int? Year { get; set; }
|
public int? Year { get; set; }
|
||||||
public int Bitrate { get; set; }
|
public int Bitrate { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user