Bugzilla – Attachment #32179: Bug 13068 sample for
bug #13068
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 13068
Collapse All
|
Expand All
(-)
a/installer/data/mysql/db_update/add_test_table.sql (-1 / +3 lines)
Line 0
Link Here
0
-
1
CREATE TABLE test (`test` CHAR(8));
2
INSERT INTO test (test) values ('1'),
3
('2');
Return to
bug 13068