Rana

Results 3 comments of Rana

export const MYSQL_DATA_TYPES = [ { value: "BIGINT", label: "Big Integer" }, { value: "BINARY", label: "Binary" }, { value: "BIT", label: "Bit" }, { value: "BLOB", label: "Binary Large...

export const JSON_DATA_TYPES = [ { value: "STRING", label: "String" }, { value: "NUMBER", label: "Number" }, { value: "BOOLEAN", label: "Boolean" }, { value: "ARRAY", label: "Array" }, {...

https://devresourc.es/