Your IP : 216.73.216.172


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

CREATE TABLE [#__rsfirewall_feeds] (
  [id] int NOT NULL IDENTITY,
  [url] text NOT NULL,
  [limit] tinyint NOT NULL,
  [ordering] int NOT NULL,
  [published] tinyint NOT NULL,
  PRIMARY KEY ([id])
);