kratos/tool/kratos-gen-project/templates/all/test/1_data.sql

4 lines
75 B

use kratos_demo;
INSERT INTO articles(`id`, `title`) VALUES (1, 'title');