jaguar_orm icon indicating copy to clipboard operation
jaguar_orm copied to clipboard

Add ability to prevent empty string insert

Open jamespet77 opened this issue 4 years ago • 0 comments

Can an option be added to Column to prevent an empty string.

create table foo (bar TEXT, CHECK(bar <> '')

jamespet77 avatar May 31 '20 21:05 jamespet77