GithubInitializer/src/main/resources/sql/insert/insert_person.sql

2 lines
102 B
SQL

INSERT INTO persons (id, name, email_address, github_username, person_type_id)
VALUES (?, ?, ?, ?, ?);