Ver código fonte

Adds turn number entry to turno table

Jose Reyes 5 anos atrás
pai
commit
7596fab6fe
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      schema.sql

+ 1
- 0
schema.sql Ver arquivo

@@ -21,6 +21,7 @@ CREATE TABLE turno (
21 21
  cName CHAR(20) NOT NULL, 
22 22
  cEmail CHAR(30) NOT NULL, 
23 23
  purpose CHAR(40), 
24
+ turn INTEGER NOT NULL, 
24 25
  timeArrival CHAR(5) NOT NULL, 
25 26
  timeEnter CHAR(5),
26 27
  station INTEGER NOT NULL,