mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
18 lines
211 B
SQL
18 lines
211 B
SQL
insert into
|
|
"PlusSuggestion" (
|
|
"text",
|
|
"authorId",
|
|
"suggestedId",
|
|
"month",
|
|
"year",
|
|
"tier"
|
|
)
|
|
values
|
|
(
|
|
@text,
|
|
@authorId,
|
|
@suggestedId,
|
|
@month,
|
|
@year,
|
|
@tier
|
|
) |