Fix custom Fields DB Structure Remove Unique Indexes change defaut type TEXT to text Added Add edit Delete Read for custom fields

This commit is contained in:
johnnyq
2023-05-07 20:46:09 -04:00
parent 0f758c5901
commit 78695208b7
8 changed files with 266 additions and 15 deletions

3
models/custom_field.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
$label = sanitizeInput($_POST['label']);
$type = sanitizeInput($_POST['type']);