-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.sqbpro
23 lines (11 loc) · 1021 Bytes
/
db.sqbpro
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?><sqlb_project><db path="C:/Dev/scielo/db.sqlite3" readonly="0" foreign_keys="" case_sensitive_like="" temp_store="" wal_autocheckpoint="" synchronous=""/><attached/><window><main_tabs open="structure browser pragmas query" current="3"/></window><tab_structure><column_width id="0" width="300"/><column_width id="1" width="0"/><column_width id="2" width="100"/><column_width id="3" width="3234"/><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 CaFiguras (
id INTEGER PRIMARY KEY,
título_periódico CharField NOT NULL ,
título_artigo CharField NOT NULL ,
volume TextField NOT NULL ,
numero TextField NOT NULL ,
ano_public TextField NOT NULL ,
autores TextField NOT NULL ,
npai TextField NOT NULL ,
image TextField NOT NULL
);</sql><current_tab id="0"/></tab_sql></sqlb_project>