-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTodo.db.sqbpro
9 lines (5 loc) · 970 Bytes
/
Todo.db.sqbpro
1
2
3
4
5
<?xml version="1.0" encoding="UTF-8"?><sqlb_project><db path="E:/Dotnet/WebSortidas/ApiSortidas/Todo.db" foreign_keys="1" case_sensitive_like="0" temp_store="0" wal_autocheckpoint="1000" synchronous="2"/><attached/><window><current_tab id="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="710"/><column_width id="4" width="0"/><expanded_item id="0" parent="1"/><expanded_item id="1" parent="1"/><expanded_item id="2" parent="1"/><expanded_item id="3" parent="1"/></tab_structure><tab_browse><current_table name="Usuarios"/><default_encoding codec=""/><browse_table_settings/></tab_browse><tab_sql><sql name="SQL 1">CREATE TABLE "Usuarios" (
"Id" TEXT NOT NULL CONSTRAINT "PK_Usuarios" PRIMARY KEY,
"Usuario" TEXT NULL,
"Email" TEXT NULL
);</sql><current_tab id="0"/></tab_sql></sqlb_project>