init
This commit is contained in:
20
up_and_down_foreign_keys_and_consistency.sql
Normal file
20
up_and_down_foreign_keys_and_consistency.sql
Normal file
@ -0,0 +1,20 @@
|
||||
-- Создания дня для пользователя login1
|
||||
INSERT INTO `up_and_down`.`day` (`guid`,
|
||||
`user_guid`,
|
||||
`time`,
|
||||
`mania_level`,
|
||||
`depression_level`,
|
||||
`mood_level`,
|
||||
`activity_level`,
|
||||
`appetite_level`,
|
||||
`sleep_level`,
|
||||
`anxiety_level`) VALUES ('3f499c5f-7794-4e5f-960b-f9406dae3935',
|
||||
'ab555fcb-b9ee-45f4-9de8-8f16daa5d03b',
|
||||
'2025-06-28 18:09:00',
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1);
|
Reference in New Issue
Block a user