D-Scanner/createTable.sql
2013-02-20 22:36:55 -08:00

4 lines
209 B
SQL

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);