Add project files.
This commit is contained in:
9
Model/SqliteTableDefinition.cs
Normal file
9
Model/SqliteTableDefinition.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace DbTools.Model {
|
||||
internal class SqliteTableDefinition {
|
||||
public string @type { get; set; }
|
||||
public string name { get; set; }
|
||||
public string tbl_name { get; set; }
|
||||
public int rootpage { get; set; }
|
||||
public string sql { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user