mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 11:31:00 -06:00
add new field properties default value and check constraint
This commit is contained in:
@@ -26,7 +26,9 @@ private:
|
||||
kType = 1,
|
||||
kNotNull = 2,
|
||||
kPrimaryKey = 3,
|
||||
kAutoIncrement = 4
|
||||
kAutoIncrement = 4,
|
||||
kDefault = 5,
|
||||
kCheck = 6
|
||||
};
|
||||
|
||||
void updateColumnWidth();
|
||||
|
||||
Reference in New Issue
Block a user