add temp code

This commit is contained in:
root
2024-09-26 11:14:06 +00:00
parent be3b474f69
commit 3315428974
40 changed files with 19039 additions and 3564 deletions

View File

@@ -36,6 +36,7 @@ struct ex_container {
struct ex_container_schema {
int table_id;
int set_flag;
char *table_name;
struct ex_data_schema ex_schema;
void (*custom_data_free)(void *);
};