10 lines
129 B
SQL
10 lines
129 B
SQL
INSERT INTO "bricktracker_minifigures" (
|
|
"id",
|
|
"figure",
|
|
"quantity"
|
|
) VALUES (
|
|
:id,
|
|
:figure,
|
|
:quantity
|
|
)
|