view spring-boot-playground/src/test/resources/sql/movie.sql @ 13:a633d0623278

Die Sequenz startet bei 1 und wird auch nur um 1 erhoeht
author Dirk Olmes <dirk.olmes@codedo.de>
date Fri, 14 Aug 2020 08:13:57 +0200
parents f3f9102ef7c0
children
line wrap: on
line source

insert into MOVIE(ID, TITLE) values (1, 'Shrek');