tempestphp / tempest-framework

The PHP framework that gets out of your way 🌊
https://tempestphp.com
MIT License
1.13k stars 80 forks source link

[Feature Request]: Support for missing SQL data types #547

Open hanieas opened 1 month ago

hanieas commented 1 month ago

Description

After reviewing the current table statement implementations, I noticed that some types are not yet supported, including BOOLEAN, ENUM, SET, and JSON. I would like to contribute by implementing these missing statements.

@brendt @aidan-casey Would it be acceptable to work on these types and submit them as separate PRs?

Benefits

/

brendt commented 1 month ago

Definitely!