Added total number of records to page
This commit is contained in:
@@ -68,10 +68,9 @@ CREATE TABLE `Users` (
|
||||
|
||||
CREATE TABLE Filters (
|
||||
id INT NOT NULL AUTO_INCREMENT,
|
||||
surveyId INT NOT NULL,
|
||||
surveyId VARCHAR(20),
|
||||
FilterQuestion INT NOT NULL,
|
||||
FilterOption INT NOT NULL,
|
||||
Text VARCHAR(128),
|
||||
PRIMARY KEY (id),
|
||||
FOREIGN KEY (surveyId) REFERENCES Surveys(id)
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
Reference in New Issue
Block a user