mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
4 lines
169 B
SQL
4 lines
169 B
SQL
insert into "customer" (id, guid, name, city_id, created_at) values
|
|
(1000, '823c50de-4c81-49bd-a69a-2d52be42b728', 'Customer', 1000, '2025-01-01 12:10:05 +00:00')
|
|
;
|