Files
xtfs/db_script_create_fs-meta.sql
2025-05-26 22:24:37 -04:00

6 lines
70 B
SQL

create table FSCHILD(
child_dir STRING PRIMARY KEY NOT NULL
);