Your IP : 216.73.216.224


Current Path : /var/www/html/administrator/components/com_rsfirewall/sql/sqlazure/
Upload File :
Current File : /var/www/html/administrator/components/com_rsfirewall/sql/sqlazure/exceptions.sql

CREATE TABLE [#__rsfirewall_exceptions] (
  [id] int NOT NULL IDENTITY,
  [type] varchar(4) NOT NULL,
  [regex] tinyint NOT NULL,
  [match] text NOT NULL,
  [php] tinyint NOT NULL,
  [sql] tinyint NOT NULL,
  [js] tinyint NOT NULL,
  [uploads] tinyint NOT NULL,
  [reason] text NOT NULL,
  [date] datetime NOT NULL,
  [published] tinyint NOT NULL,
  PRIMARY KEY ([id])
);