This commit is contained in:
aboolathings 2022-05-12 16:53:25 +01:00
parent 3cade11d88
commit a1ccbf1ea8
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ CREATE TABLE players (
player_id NUMBER(4),
player_name VARCHAR2(15),
contact_email VARCHAR2(25),
contact_number CHAR(13),
contact_number CHAR(13)
)
CREATE TABLE teams (

Binary file not shown.