mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
20 lines
234 B
SQL
20 lines
234 B
SQL
insert into
|
|
"PlusVote" (
|
|
"month",
|
|
"year",
|
|
"tier",
|
|
"authorId",
|
|
"votedId",
|
|
"score",
|
|
"validAfter"
|
|
)
|
|
values
|
|
(
|
|
@month,
|
|
@year,
|
|
@tier,
|
|
@authorId,
|
|
@votedId,
|
|
@score,
|
|
@validAfter
|
|
) |