From 27bdaace2ee2ad59c9db0adebaff36d56b797f86 Mon Sep 17 00:00:00 2001 From: Joshua Perry <45966243+jpez-development@users.noreply.github.com> Date: Thu, 12 May 2022 16:56:08 +0100 Subject: [PATCH] Update create_9.sql --- create_9.sql | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/create_9.sql b/create_9.sql index 6d2536e..cb46789 100644 --- a/create_9.sql +++ b/create_9.sql @@ -3,11 +3,7 @@ CREATE TABLE players ( player_name VARCHAR2(15), contact_email VARCHAR2(25), contact_number CHAR(13) -<<<<<<< HEAD ); -======= -); ->>>>>>> 3d5803ccf80e7a46ce8acc07ecaa3a5205add4a6 CREATE TABLE teams ( team_id NUMBER(4), @@ -89,4 +85,4 @@ CREATE TABLE game_participants ( game_participant_id NUMBER(16), game_id NUMBER(8), tournament_participant_id NUMBER(8) -); \ No newline at end of file +);