6 lines
70 B
MySQL
6 lines
70 B
MySQL
|
|
create table FSCHILD(
|
||
|
|
child_dir STRING PRIMARY KEY NOT NULL
|
||
|
|
);
|
||
|
|
|
||
|
|
|