File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/.gitattributes export-ignore
22/.gitignore export-ignore
3- /.scrutinizer.yml export-ignore
4- /.travis.yml export-ignore
3+ /README.md export-ignore
54/build.xml export-ignore
65/phpunit.xml export-ignore
7- /README.md export-ignore
86/test / export-ignore
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ information_schema.COLUMNS.CHARACTER_SET_NAME 32
226226information_schema.COLUMNS.COLLATION_NAME 32
227227information_schema.COLUMNS.COLUMN_TYPE 4294967295
228228information_schema.COLUMNS.COLUMN_KEY 3
229- information_schema.COLUMNS.EXTRA 30
229+ information_schema.COLUMNS.EXTRA 80
230230information_schema.COLUMNS.PRIVILEGES 80
231231information_schema.COLUMNS.COLUMN_COMMENT 1024
232232information_schema.COLUMNS.IS_GENERATED 6
@@ -1164,3 +1164,15 @@ test.AUT_PAGE_TAB.ptb_id 3
11641164test.AUT_PAGE_TAB.wrd_id 5
11651165test.AUT_PAGE_TAB.ptb_label 30
11661166
1167+ test_audit.TABLE1.c1 3
1168+ test_audit.TABLE1.c2 5
1169+ test_audit.TABLE1.c4 20
1170+
1171+ test_audit.TABLE2.c1 10
1172+ test_audit.TABLE2.c2 20
1173+ test_audit.TABLE2.c3 30
1174+
1175+ test_data.TABLE1.c1 3
1176+ test_data.TABLE1.c2 5
1177+ test_data.TABLE1.c4 20
1178+
You can’t perform that action at this time.
0 commit comments