commenting my code
This commit is contained in:
@ -6,6 +6,8 @@ db representation:
|
||||
int id not null
|
||||
bool taken not null
|
||||
int customer_id (null) (many to one, foreign key, whatever)
|
||||
|
||||
Dit representeert een parkeerplaats. Het heeft als internal state alleen dat t bezet is of niet.
|
||||
*/
|
||||
|
||||
class Park_spot {
|
||||
|
Reference in New Issue
Block a user