We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prefix
1 parent 3eb411e commit b4c8ea6Copy full SHA for b4c8ea6
dev/constraints.h
@@ -481,7 +481,6 @@ namespace sqlite_orm {
481
check_if_is_type<null_t>,
482
check_if_is_type<not_null_t>,
483
check_if_is_type<unindexed_t>,
484
- check_if_is_template<prefix_t>,
485
check_if_is_template<unique_t>,
486
check_if_is_template<default_t>,
487
check_if_is_template<check_t>,
include/sqlite_orm/sqlite_orm.h
@@ -2141,7 +2141,6 @@ namespace sqlite_orm {
2141
2142
2143
2144
2145
2146
2147
0 commit comments