20 lines
341 B
SQL
20 lines
341 B
SQL
INSERT INTO "bricktracker_individual_part_lots" (
|
|
"id",
|
|
"name",
|
|
"description",
|
|
"created_date",
|
|
"storage",
|
|
"purchase_location",
|
|
"purchase_date",
|
|
"purchase_price"
|
|
) VALUES (
|
|
:id,
|
|
:name,
|
|
:description,
|
|
:created_date,
|
|
:storage,
|
|
:purchase_location,
|
|
:purchase_date,
|
|
:purchase_price
|
|
)
|