This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<component name="dataSourceStorage"> | |
<data-source name="Django SQLITE" uuid="d911fb97-dfd8-4bd5-81c9-28e24d7137ea"> | |
<database-info product="SQLite" version="3.8.11" jdbc-version="2.1" driver-name="SQLiteJDBC" driver-version="native"/> | |
<case-sensitivity plain-identifiers="mixed" quoted-identifiers="mixed"/> | |
<schema name="" catalog=""/> | |
<table name="django_migrations" schema="" catalog="" type="TABLE"> | |
<column name="id" sqlType="INTEGER" precision="0" scale="-1" nullable="false" jdbcType="4"/> | |
<column name="app" sqlType="VARCHAR(255)" precision="0" scale="-1" nullable="false" jdbcType="12"/> | |
<column name="name" sqlType="VARCHAR(255)" precision="0" scale="-1" nullable="false" jdbcType="12"/> |