Files
xtfs/db_script_create_fs-meta.sql

6 lines
70 B
MySQL
Raw Normal View History

2025-05-26 22:24:37 -04:00
create table FSCHILD(
child_dir STRING PRIMARY KEY NOT NULL
);