Added tester and DbComparer
This commit is contained in:
10
SqliteTableDefinition.cs
Normal file
10
SqliteTableDefinition.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace DbMigrate {
|
||||
public 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