i ate one )

This commit is contained in:
phantomlan
2023-11-13 02:01:56 +00:00
committed by phantomlan
parent f81c53558e
commit 530016ef84
+1 -1
View File
@@ -134,7 +134,7 @@ present = Table(
Column("message", String(255)),
Column("startDate", String(25), nullable=False),
Column("endDate", String(25), nullable=False),
UniqueConstraint("version", "presentId", "rewardId", name="ongeki_static_present_list_uk",
UniqueConstraint("version", "presentId", "rewardId", name="ongeki_static_present_list_uk"),
mysql_charset="utf8mb4",
)