Changeset 2b0a4db for src/main/resources/data.sql
- Timestamp:
- 02/08/23 20:42:53 (21 months ago)
- Branches:
- master
- Children:
- 46fd0c7
- Parents:
- a436340
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/data.sql
ra436340 r2b0a4db 7 7 insert into business_type (id, created, modified, name) 8 8 values (1, current_timestamp, current_timestamp, 'tailor'), 9 (2, current_timestamp, current_timestamp, 'nail salon'),10 (3, current_timestamp, current_timestamp, 'mass age parlor'),11 (4, current_timestamp, current_timestamp, 'makeup studio'),9 (2, current_timestamp, current_timestamp, 'nail technician'), 10 (3, current_timestamp, current_timestamp, 'masseuse'), 11 (4, current_timestamp, current_timestamp, 'makeup artist'), 12 12 (5, current_timestamp, current_timestamp, 'hairdresser'), 13 13 (6, current_timestamp, current_timestamp, 'barber');
Note:
See TracChangeset
for help on using the changeset viewer.