Update create_9.sql

This commit is contained in:
Joshua Perry 2022-05-12 16:56:08 +01:00 committed by GitHub
parent be243cc9c6
commit 27bdaace2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -3,11 +3,7 @@ CREATE TABLE players (
player_name VARCHAR2(15), player_name VARCHAR2(15),
contact_email VARCHAR2(25), contact_email VARCHAR2(25),
contact_number CHAR(13) contact_number CHAR(13)
<<<<<<< HEAD
); );
=======
);
>>>>>>> 3d5803ccf80e7a46ce8acc07ecaa3a5205add4a6
CREATE TABLE teams ( CREATE TABLE teams (
team_id NUMBER(4), team_id NUMBER(4),
@ -89,4 +85,4 @@ CREATE TABLE game_participants (
game_participant_id NUMBER(16), game_participant_id NUMBER(16),
game_id NUMBER(8), game_id NUMBER(8),
tournament_participant_id NUMBER(8) tournament_participant_id NUMBER(8)
); );