tarfin-labs / laravel-config

Key value config management for Laravel
MIT License
16 stars 3 forks source link

Update type column in config table #33

Closed YunusEmreNalbant closed 8 months ago

YunusEmreNalbant commented 8 months ago

This commit modifies the 'type' column in the configuration table to disallow null values and sets the default value to 'boolean'. This change ensures data integrity and consistency in the application's configuration settings.