<?xml version="1.0" encoding="UTF-8"?><sqlb_project><db path="C:/Users/DELL/Downloads/OneDrive/Documentos/GitHub/fullcalendar/app/Database/agenda.db" readonly="0" foreign_keys="" case_sensitive_like="" temp_store="" wal_autocheckpoint="" synchronous=""/><attached/><window><main_tabs open="structure browser pragmas query" current="1"/></window><tab_structure><column_width id="0" width="300"/><column_width id="1" width="0"/><column_width id="2" width="150"/><column_width id="3" width="2997"/><column_width id="4" width="0"/></tab_structure><tab_browse><current_table name="0,0:"/><default_encoding codec=""/><browse_table_settings/></tab_browse><tab_sql><sql name="SQL 1">CREATE TABLE IF NOT EXISTS sala_equipamentos (
sala_id INTEGER NOT NULL,
equipamento_id INTEGER NOT NULL,
PRIMARY KEY (sala_id, equipamento_id),
FOREIGN KEY (sala_id) REFERENCES salas(sala_id),
FOREIGN KEY (equipamento_id) REFERENCES equipamentos(equipamento_id)
);</sql><current_tab id="0"/></tab_sql></sqlb_project>
|