@ -16,3 +16,4 @@ create table if not exists training_data(
kcal int not null,
constraint fk_training_id foreign key(training_id) references training(id) on delete cascade
);
create index if not exists idx_training_data_training_id on training_data(training_id);
The note is not visible to the blocked user.