Bug fix
This commit is contained in:
@@ -6,6 +6,5 @@ CREATE TABLE mobility (
|
||||
weeksCount integer,
|
||||
destinationCountry text,
|
||||
destinationName text,
|
||||
mobilityStatus text default 'N/A',
|
||||
foreign key (studentId) references students(userId)
|
||||
mobilityStatus text default 'N/A'
|
||||
);
|
||||
Reference in New Issue
Block a user