Skip to content
Snippets Groups Projects
Commit 93471ef6 authored by rayhanp1402's avatar rayhanp1402
Browse files

Seeding jax-ws

parent 632944a1
No related merge requests found
...@@ -40,6 +40,12 @@ CREATE TABLE `application` ( ...@@ -40,6 +40,12 @@ CREATE TABLE `application` (
-- -------------------------------------------------------- -- --------------------------------------------------------
INSERT INTO `application` (`username`, `gym_id`, `gym_name`, `email`, `acceptance`, `trainer_name`, `trainer_description`, `application_description`) VALUES
('max_fitness', 0, 'FitnessCenter', 'max.fitness@email.com', 0, 'Max Fitness', 'Specializing in strength training', 'Application for strength training at FitnessCenter'),
('flex_master', 0, 'FitnessCenter', 'flex.master@email.com', 0, 'Flex Master', 'Flexibility and mobility specialist', 'Application for flexibility training at FitnessCenter'),
('gym_pro', 0, 'AnotherGym', 'gym.pro@email.com', 0, 'Gym Pro', 'Helping clients achieve their fitness goals', 'Application for fitness training at AnotherGym');
-- --
-- Table structure for table `logging` -- Table structure for table `logging`
-- --
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment