Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Blog
Forum
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to BUG_REPORT_FORM_R0
BUG_REPORT_FORM_R0
: sql.txt
File sql.txt,
229 bytes
(added by deni,
16 years
ago)
Line
1
create database bug_reports;
2
use bug_reports
3
4
CREATE TABLE reports
5
(
6
id INTEGER AUTO_INCREMENT PRIMARY KEY,
7
date DATETIME,
8
stackTrace TEXT,
9
log TEXT,
10
systemProperties TEXT,
11
eMail VARCHAR(50),
12
userExplanation TEXT
13
);
Download in other formats:
Original Format