⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (277 Bytes)
Bug #92804
» ext_tables.sql
Johannes Schlier
, 2020-11-09 15:37
CREATE
TABLE
`tx_test_case`
(
`name`
text
,
`records`
text
);
CREATE
TABLE
`tx_test_parent`
(
`name`
text
,
`children`
text
,
`sorting`
int
(
11
)
default
0
not
null
);
CREATE
TABLE
`tx_test_child`
(
`name`
text
,
`sorting`
int
(
11
)
default
0
not
null
);
« Previous
1
2
3
4
Next »
(4-4/4)
Loading...