mirror of
https://github.com/jlengrand/exposed-wiki.git
synced 2026-03-10 08:11:18 +00:00
508 B
508 B
Currently Exposed support the following data types:
integer- translates to DBINTlong-BIGINTbool-BOOLEANchar-CHARvarchar-VARCHARwith lengthtext-TEXTdecimal-DECIMALwith scale and precisionenumeration-INTordinal valueenumerationByName-VARCHARdate-DATETIMEdatetime-DATETIMEblob-BLOBbinary-VARBINARYwith lengthuuid-BINARY(16)
Note: some types are different for specific DB dialect