INSERT INTO person (birthDay,cashAmount,gender,lastname,name,pictureData,version,pictureContentType) VALUES ('2017-11-30',null,'MALE','Doe','John',null,now(),null); INSERT INTO person (birthDay,cashAmount,gender,lastname,name,pictureData,version,pictureContentType) VALUES ('2027-11-30',null,'FEMALE','Doe','Jane',null,now(),null); INSERT INTO person (birthDay,cashAmount,gender,lastname,name,pictureData,version,pictureContentType) VALUES ('2037-11-30',null,'MALE','Skywalker','Luke',null,now(),null); INSERT INTO person (birthDay,cashAmount,gender,lastname,name,pictureData,version,pictureContentType) VALUES ('2042-11-30',null,'MALE','Kenobi','Obi-Wan',null,now(),null);