f3-schema-builder icon indicating copy to clipboard operation
f3-schema-builder copied to clipboard

SQL Schema Builder Plugin for PHP Fat-Free Framework

Results 4 f3-schema-builder issues
Sort by recently updated
recently updated
newest added

Is it possible to add support for UUID? References: - **MariaDB**: https://mariadb.com/kb/en/uuid/ - **MySQL**: https://dev.mysql.com/blog-archive/storing-uuid-values-in-mysql-tables/ - To my knowledge, MySQL doesnt directly have uuid data type, but we can store...

Can't add custom schema for postgress check. Currently only checks the public schema. something like the following should work (not tested). ```public function getTables($db_schema = 'public') { $cmd=[ 'mysql'=>[ "show...

hi, tnx for your awesome package. is there any way to create foreign key constraint by schema builder?

Hi, Are you considering adding support for views? 😃