insert into Animals (Animals_Id, PeriodPrivivka, PeriodFeed) values(1, 0, 1);
INSERT into LogBookManipulation (LogBookManipulation_Id, Id, NameFirstEmployees, NameSecondEmployees, DateE, ActionN, Count, Typee, TypeeFeed)
VALUE(1, 1, '', '', '2019-11-23', 'Кормление', 0, '', '');
INSERT into LogBookManipulation (LogBookManipulation_Id, Id, NameFirstEmployees, NameSecondEmployees, DateE, ActionN, Count, Typee, TypeeFeed)
VALUE(2, 1, '', '', '2019-11-25', 'Кормление', 0, '', '');
INSERT into LogBookManipulation (LogBookManipulation_Id, Id, NameFirstEmployees, NameSecondEmployees, DateE, ActionN, Count, Typee, TypeeFeed)
VALUE(3, 1, '', '', '2019-11-27', 'Кормление', 0, '', '');
INSERT into LogBookManipulation (LogBookManipulation_Id, Id, NameFirstEmployees, NameSecondEmployees, DateE, ActionN, Count, Typee, TypeeFeed)
VALUE(4, NULL, '', '', CURRENT_DATE(), '', 0, 'Планирование', '');
select * from LogBookManipulation;
select * from Plan;
Controller
Route