Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-4) was last changed on 12-Oct-2018 06:39 by Ben Spink

This page was created on 09-Oct-2016 18:14 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 4 changed 2 lines
CREATE TABLE CRUSHFTP_LOG
(LOG_ROW_NUM DOUBLE NOT NULL PRIMARY KEY,LOG_MILLIS DOUBLE NOT NULL,LOG_TAG VARCHAR(50) DEFAULT NULL,LOG_DATA VARCHAR(2000) DEFAULT NULL);
CREATE TABLE [dbo].[CRUSHFTP_LOG](
[LOG_ROW_NUM] [float] NOT NULL,
[LOG_MILLIS] [float] NOT NULL,
[LOG_TAG] [varchar](50) NULL,
[LOG_DATA] [varchar](2000) NULL,
CONSTRAINT [PK_CRUSHFTP_LOG] PRIMARY KEY CLUSTERED
(
[LOG_ROW_NUM] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
At line 15 added 2 lines
Version Date Modified Size Author Changes ... Change note
4 12-Oct-2018 06:39 4.05 kB Ben Spink to previous
3 09-Oct-2016 18:14 3.798 kB Ben Spink to previous | to last
2 09-Oct-2016 18:14 0.676 kB Ben Spink to previous | to last
1 09-Oct-2016 18:14 0.447 kB Ben Spink to last
« This page (revision-4) was last changed on 12-Oct-2018 06:39 by Ben Spink
G’day (anonymous guest)

OLD WIKI!!!#

New: CrushFTPv9#

OLD WIKI!!!#


CrushFTP8 | What's New

Referenced by
LeftMenu

JSPWiki