Merge branch 'create' of https://github.com/jpez-development/CSY1026_assignment_2_group_9 into create
This commit is contained in:
commit
81f2478378
|
|
@ -1,8 +1,8 @@
|
||||||
CREATE TABLE players (
|
CREATE TABLE players (
|
||||||
player_id NUMBER(4),
|
player_id NUMBER(4),
|
||||||
player_name VARCHAR2(15) NOT NULL,
|
player_name VARCHAR2(15),
|
||||||
contact_email VARCHAR2(25) UNIQUE,
|
contact_email VARCHAR2(25),
|
||||||
contact_number CHAR(13) UNIQUE
|
contact_number CHAR(13)
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE teams (
|
CREATE TABLE teams (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue