add new field properties default value and check constraint

This commit is contained in:
Peinthor Rene
2013-03-18 18:25:29 +01:00
parent c3e0d8782c
commit bf29ebb37c
3 changed files with 40 additions and 13 deletions

View File

@@ -26,7 +26,9 @@ private:
kType = 1,
kNotNull = 2,
kPrimaryKey = 3,
kAutoIncrement = 4
kAutoIncrement = 4,
kDefault = 5,
kCheck = 6
};
void updateColumnWidth();