Open youneshenni opened 4 years ago
Ok, but in these three table what i will do inside their ! just id ?
id: Integer, name: VARCHAR, visa_rdv: boolean (enum aka oneof(true, false)), visa: boolean, organized_trip: boolean all booleans default to false id and name are required
id will generate automatically by Django !! shall i create another one ?
no, let it automatic
Ok !
i didn't got this ? visa_rdv: boolean (enum aka oneof(true, false))
hint: I've been created the tables! But I didn't understand what we would do with these tables? Is there a relationship between it and other tables!
done !
There's no relationship, only we'll fill those with countries list so we can then select from them
i got it
done !
Add three Tables: Country, Region and City Each has attributes: id, name, booleans: visa_rdv, hotel, visa, organized_trip