ddl-generator icon indicating copy to clipboard operation
ddl-generator copied to clipboard

optionally add cushion to data lengths

Open catherinedevlin opened this issue 10 years ago • 1 comments

catherinedevlin avatar Mar 10 '14 18:03 catherinedevlin

As an alternative use unconstrained types (text, varchar specifically) and add a column check constraint using a between with the minimum and maximum lengths found within the data. Or give the user the option to just drop any kind of length validation altogether.

polobo avatar Jan 15 '15 10:01 polobo