boss_db icon indicating copy to clipboard operation
boss_db copied to clipboard

allow custom type

Open mihawk opened this issue 10 years ago • 0 comments

use case:

-module(toto, [
               Id     ::pk(),
               Phone  ::phone(),
               Caviar ::string()
               Status ::picklist()
             ]).

would like to extend type, from the source code i see: string, binary, uuid, date, datetime, integer, float, boolean, timestamp, atom

i guess this small change will not affect existing code, perhaps some test case.

mihawk avatar Jun 26 '14 10:06 mihawk