2 lines
203 B
SQL
2 lines
203 B
SQL
INSERT INTO transactions (user_id, type, amount, currency, title, description, category)
|
|
VALUES (1, 'income', 50.00, 'PLN', 'Wygrana w turnieju', 'Pierwsze miejsce w turnieju Ping-Pong', 'tournament'); |