D-Scanner/createTable.sql

5 lines
209 B
SQL
Executable File

create table modules (path, mtime, id);
create table publicImports (importerId, importedId);
create table containers (name, protection, moduleId, id);
create table symbols (name, type, kind, containerId, id);