forked from Dniel97/artemis
i ate one )
This commit is contained in:
parent
f81c53558e
commit
530016ef84
@ -134,7 +134,7 @@ present = Table(
|
|||||||
Column("message", String(255)),
|
Column("message", String(255)),
|
||||||
Column("startDate", String(25), nullable=False),
|
Column("startDate", String(25), nullable=False),
|
||||||
Column("endDate", 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",
|
mysql_charset="utf8mb4",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user