sirus / backend /core /scripts /database_schema.json
ranilmukesh's picture
Deploy SiRUS SQL Agent backend
b8277c4
[
{
"schema_name": "public",
"tables": [
{
"table_name": "Book_Mandapam_Slots",
"schema": "public",
"fields": [
{
"name": "address",
"type": "longtext",
"example": "addrsss",
"description": "This is the 'address' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "advance_status",
"type": "tinyint",
"example": "0",
"description": "This is the 'advance_status' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "amount",
"type": "longtext",
"example": "200",
"description": "This is the 'amount' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "booking_type",
"type": "longtext",
"example": "full_day",
"description": "This is the 'booking_type' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "created_by_id",
"type": "bigint",
"example": "1096",
"description": "This is the 'created_by_id' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2024-07-16 10:40:39.682245",
"description": "This is the 'created_on' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "custom_timing",
"type": "longtext",
"example": "None",
"description": "This is the 'custom_timing' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "customer_name",
"type": "varchar",
"example": "book full day",
"description": "This is the 'customer_name' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "end_date",
"type": "varchar",
"example": "2023-10-02 23:59:00",
"description": "This is the 'end_date' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "end_time",
"type": "longtext",
"example": "",
"description": "This is the 'end_time' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "function_type",
"type": "longtext",
"example": "Wedding",
"description": "This is the 'function_type' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "mandap_id",
"type": "varchar",
"example": "2263",
"description": "This is the 'mandap_id' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "789012345",
"description": "This is the 'mobile' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "remainder_date",
"type": "longtext",
"example": "2023-09-06",
"description": "This is the 'remainder_date' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "remainder_status",
"type": "tinyint",
"example": "0",
"description": "This is the 'remainder_status' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "start_date",
"type": "varchar",
"example": "2023-10-02 00:00:00",
"description": "This is the 'start_date' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "start_time",
"type": "longtext",
"example": "",
"description": "This is the 'start_time' column of the 'Book_Mandapam_Slots' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "1977",
"description": "This is the 'vendor_id' column of the 'Book_Mandapam_Slots' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "vendor_id",
"referenced_table": "vendor",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "created_by_id",
"referenced_table": "user_role_profile",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "BookingSlotes",
"schema": "public",
"fields": [
{
"name": "address",
"type": "longtext",
"example": "",
"description": "This is the 'address' column of the 'BookingSlotes' table."
},
{
"name": "advance_status",
"type": "tinyint",
"example": "",
"description": "This is the 'advance_status' column of the 'BookingSlotes' table."
},
{
"name": "amount",
"type": "longtext",
"example": "",
"description": "This is the 'amount' column of the 'BookingSlotes' table."
},
{
"name": "booking_date",
"type": "varchar",
"example": "",
"description": "This is the 'booking_date' column of the 'BookingSlotes' table."
},
{
"name": "booking_type",
"type": "varchar",
"example": "",
"description": "This is the 'booking_type' column of the 'BookingSlotes' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'BookingSlotes' table."
},
{
"name": "customer_name",
"type": "varchar",
"example": "",
"description": "This is the 'customer_name' column of the 'BookingSlotes' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'BookingSlotes' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "",
"description": "This is the 'mobile' column of the 'BookingSlotes' table."
},
{
"name": "muhurtham_date",
"type": "tinyint",
"example": "",
"description": "This is the 'muhurtham_date' column of the 'BookingSlotes' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'BookingSlotes' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "Contact_us",
"schema": "public",
"fields": [
{
"name": "contacted_from",
"type": "longtext",
"example": "None",
"description": "This is the 'contacted_from' column of the 'Contact_us' table."
},
{
"name": "country",
"type": "longtext",
"example": "None",
"description": "This is the 'country' column of the 'Contact_us' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-12-28 11:50:59.329660",
"description": "This is the 'created_on' column of the 'Contact_us' table."
},
{
"name": "discount_page",
"type": "varchar",
"example": "no",
"description": "This is the 'discount_page' column of the 'Contact_us' table."
},
{
"name": "email",
"type": "varchar",
"example": "shakeel@bookwedgo.com",
"description": "This is the 'email' column of the 'Contact_us' table."
},
{
"name": "id",
"type": "bigint",
"example": "28",
"description": "This is the 'id' column of the 'Contact_us' table."
},
{
"name": "message",
"type": "longtext",
"example": "hi",
"description": "This is the 'message' column of the 'Contact_us' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "8939265644",
"description": "This is the 'mobile' column of the 'Contact_us' table."
},
{
"name": "name",
"type": "longtext",
"example": "shakeel",
"description": "This is the 'name' column of the 'Contact_us' table."
},
{
"name": "sent_email",
"type": "tinyint",
"example": "1",
"description": "This is the 'sent_email' column of the 'Contact_us' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-12-28 11:51:00.762156",
"description": "This is the 'updated_on' column of the 'Contact_us' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "FaqData",
"schema": "public",
"fields": [
{
"name": "answer",
"type": "longtext",
"example": "[\"BookWedGo is an online platf...",
"description": "This is the 'answer' column of the 'FaqData' table."
},
{
"name": "city",
"type": "varchar",
"example": "Coimbatore",
"description": "This is the 'city' column of the 'FaqData' table."
},
{
"name": "content_type",
"type": "longtext",
"example": "<p>Welcome to BookWedgo: Your ...",
"description": "This is the 'content_type' column of the 'FaqData' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-08-04 16:20:15.399036",
"description": "This is the 'created_on' column of the 'FaqData' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'FaqData' table."
},
{
"name": "keywords",
"type": "longtext",
"example": "[\"marriage halls in coimbatore...",
"description": "This is the 'keywords' column of the 'FaqData' table."
},
{
"name": "mandap_type",
"type": "varchar",
"example": "kalyana-mandapam",
"description": "This is the 'mandap_type' column of the 'FaqData' table."
},
{
"name": "question",
"type": "longtext",
"example": "[\"What is BookWedGo?\", \"How ca...",
"description": "This is the 'question' column of the 'FaqData' table."
},
{
"name": "status",
"type": "tinyint",
"example": "1",
"description": "This is the 'status' column of the 'FaqData' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-08-04 16:20:15.399075",
"description": "This is the 'updated_on' column of the 'FaqData' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "accounts_bulk_user_creation_log",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "content",
"type": "longtext",
"example": "{\"username\": \"Enter a valid us...",
"description": "This is the 'content' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "138",
"description": "This is the 'created_by_id' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-12-07 11:23:36.347814",
"description": "This is the 'created_on' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "096005 54411",
"description": "This is the 'mobile' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "profile_creation_success",
"type": "tinyint",
"example": "0",
"description": "This is the 'profile_creation_success' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "status",
"type": "varchar",
"example": "failed",
"description": "This is the 'status' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-12-07 11:23:36.347855",
"description": "This is the 'updated_on' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "user_creation_success",
"type": "tinyint",
"example": "0",
"description": "This is the 'user_creation_success' column of the 'accounts_bulk_user_creation_log' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "1044",
"description": "This is the 'vendor_id' column of the 'accounts_bulk_user_creation_log' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "vendor_id",
"referenced_table": "vendor",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "accounts_idproofhistory",
"schema": "public",
"fields": [
{
"name": "back_image",
"type": "varchar",
"example": "",
"description": "This is the 'back_image' column of the 'accounts_idproofhistory' table."
},
{
"name": "customer_id",
"type": "bigint",
"example": "",
"description": "This is the 'customer_id' column of the 'accounts_idproofhistory' table."
},
{
"name": "front_image",
"type": "varchar",
"example": "",
"description": "This is the 'front_image' column of the 'accounts_idproofhistory' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'accounts_idproofhistory' table."
},
{
"name": "profile_id",
"type": "bigint",
"example": "",
"description": "This is the 'profile_id' column of the 'accounts_idproofhistory' table."
},
{
"name": "proof_id",
"type": "bigint",
"example": "",
"description": "This is the 'proof_id' column of the 'accounts_idproofhistory' table."
},
{
"name": "proof_no",
"type": "varchar",
"example": "",
"description": "This is the 'proof_no' column of the 'accounts_idproofhistory' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "",
"description": "This is the 'vendor_id' column of the 'accounts_idproofhistory' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "vendor_id",
"referenced_table": "vendor",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "customer_id",
"referenced_table": "customer_customer",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "profile_id",
"referenced_table": "user_role_profile",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "proof_id",
"referenced_table": "masters_idproofmaster",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "area",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'area' table."
},
{
"name": "city_id_id",
"type": "bigint",
"example": "18",
"description": "This is the 'city_id_id' column of the 'area' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'area' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-09 09:01:53.851455",
"description": "This is the 'created_on' column of the 'area' table."
},
{
"name": "description",
"type": "varchar",
"example": "Bookwedgo",
"description": "This is the 'description' column of the 'area' table."
},
{
"name": "geocode",
"type": "point",
"example": "b'\\x00\\x00\\x00\\x00\\x01\\x01\\x00...",
"description": "This is the 'geocode' column of the 'area' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'area' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'area' table."
},
{
"name": "id",
"type": "bigint",
"example": "29",
"description": "This is the 'id' column of the 'area' table."
},
{
"name": "latitude",
"type": "float",
"example": "11.0046",
"description": "This is the 'latitude' column of the 'area' table."
},
{
"name": "longitude",
"type": "float",
"example": "11.0046",
"description": "This is the 'longitude' column of the 'area' table."
},
{
"name": "name",
"type": "varchar",
"example": "Ram Nagar",
"description": "This is the 'name' column of the 'area' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "138",
"description": "This is the 'updated_by_id' column of the 'area' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2024-10-08 09:47:25.359924",
"description": "This is the 'updated_on' column of the 'area' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "city_id_id",
"referenced_table": "city",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "auditlog_logentry",
"schema": "public",
"fields": [
{
"name": "action",
"type": "smallint",
"example": "0",
"description": "This is the 'action' column of the 'auditlog_logentry' table."
},
{
"name": "actor_id",
"type": "int",
"example": "None",
"description": "This is the 'actor_id' column of the 'auditlog_logentry' table."
},
{
"name": "additional_data",
"type": "json",
"example": "None",
"description": "This is the 'additional_data' column of the 'auditlog_logentry' table."
},
{
"name": "changes",
"type": "longtext",
"example": "{\"hidden\": [\"None\", \"False\"], ...",
"description": "This is the 'changes' column of the 'auditlog_logentry' table."
},
{
"name": "content_type_id",
"type": "int",
"example": "53",
"description": "This is the 'content_type_id' column of the 'auditlog_logentry' table."
},
{
"name": "id",
"type": "int",
"example": "1207",
"description": "This is the 'id' column of the 'auditlog_logentry' table."
},
{
"name": "object_id",
"type": "bigint",
"example": "36",
"description": "This is the 'object_id' column of the 'auditlog_logentry' table."
},
{
"name": "object_pk",
"type": "varchar",
"example": "36",
"description": "This is the 'object_pk' column of the 'auditlog_logentry' table."
},
{
"name": "object_repr",
"type": "longtext",
"example": "Andhra Pradesh",
"description": "This is the 'object_repr' column of the 'auditlog_logentry' table."
},
{
"name": "remote_addr",
"type": "char",
"example": "None",
"description": "This is the 'remote_addr' column of the 'auditlog_logentry' table."
},
{
"name": "timestamp",
"type": "datetime",
"example": "2022-08-08 13:02:28.986400",
"description": "This is the 'timestamp' column of the 'auditlog_logentry' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "actor_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "content_type_id",
"referenced_table": "django_content_type",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "auth_group",
"schema": "public",
"fields": [
{
"name": "id",
"type": "int",
"example": "",
"description": "This is the 'id' column of the 'auth_group' table."
},
{
"name": "name",
"type": "varchar",
"example": "",
"description": "This is the 'name' column of the 'auth_group' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "auth_group_permissions",
"schema": "public",
"fields": [
{
"name": "group_id",
"type": "int",
"example": "",
"description": "This is the 'group_id' column of the 'auth_group_permissions' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'auth_group_permissions' table."
},
{
"name": "permission_id",
"type": "int",
"example": "",
"description": "This is the 'permission_id' column of the 'auth_group_permissions' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "group_id",
"referenced_table": "auth_group",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "permission_id",
"referenced_table": "auth_permission",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "auth_permission",
"schema": "public",
"fields": [
{
"name": "codename",
"type": "varchar",
"example": "add_logentry",
"description": "This is the 'codename' column of the 'auth_permission' table."
},
{
"name": "content_type_id",
"type": "int",
"example": "62",
"description": "This is the 'content_type_id' column of the 'auth_permission' table."
},
{
"name": "id",
"type": "int",
"example": "209",
"description": "This is the 'id' column of the 'auth_permission' table."
},
{
"name": "name",
"type": "varchar",
"example": "Can add log entry",
"description": "This is the 'name' column of the 'auth_permission' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "content_type_id",
"referenced_table": "django_content_type",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "auth_user",
"schema": "public",
"fields": [
{
"name": "date_joined",
"type": "datetime",
"example": "2022-08-08 12:16:20.223607",
"description": "This is the 'date_joined' column of the 'auth_user' table."
},
{
"name": "email",
"type": "varchar",
"example": "test9332@gmail.com",
"description": "This is the 'email' column of the 'auth_user' table."
},
{
"name": "first_name",
"type": "varchar",
"example": "test 12345",
"description": "This is the 'first_name' column of the 'auth_user' table."
},
{
"name": "id",
"type": "int",
"example": "138",
"description": "This is the 'id' column of the 'auth_user' table."
},
{
"name": "is_active",
"type": "tinyint",
"example": "1",
"description": "This is the 'is_active' column of the 'auth_user' table."
},
{
"name": "is_staff",
"type": "tinyint",
"example": "1",
"description": "This is the 'is_staff' column of the 'auth_user' table."
},
{
"name": "is_superuser",
"type": "tinyint",
"example": "1",
"description": "This is the 'is_superuser' column of the 'auth_user' table."
},
{
"name": "last_login",
"type": "datetime",
"example": "2025-04-08 10:48:16.471039",
"description": "This is the 'last_login' column of the 'auth_user' table."
},
{
"name": "last_name",
"type": "varchar",
"example": "test 12345",
"description": "This is the 'last_name' column of the 'auth_user' table."
},
{
"name": "password",
"type": "varchar",
"example": "pbkdf2_sha256$260000$iZGo41EGL...",
"description": "This is the 'password' column of the 'auth_user' table."
},
{
"name": "username",
"type": "varchar",
"example": "admin1",
"description": "This is the 'username' column of the 'auth_user' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "auth_user_groups",
"schema": "public",
"fields": [
{
"name": "group_id",
"type": "int",
"example": "",
"description": "This is the 'group_id' column of the 'auth_user_groups' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'auth_user_groups' table."
},
{
"name": "user_id",
"type": "int",
"example": "",
"description": "This is the 'user_id' column of the 'auth_user_groups' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "group_id",
"referenced_table": "auth_group",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "user_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "auth_user_user_permissions",
"schema": "public",
"fields": [
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'auth_user_user_permissions' table."
},
{
"name": "permission_id",
"type": "int",
"example": "",
"description": "This is the 'permission_id' column of the 'auth_user_user_permissions' table."
},
{
"name": "user_id",
"type": "int",
"example": "",
"description": "This is the 'user_id' column of the 'auth_user_user_permissions' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "user_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "permission_id",
"referenced_table": "auth_permission",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "authtoken_token",
"schema": "public",
"fields": [
{
"name": "created",
"type": "datetime",
"example": "2024-11-08 00:50:29.680921",
"description": "This is the 'created' column of the 'authtoken_token' table."
},
{
"name": "key",
"type": "varchar",
"example": "0002ead4536393253eefa236314484...",
"description": "This is the 'key' column of the 'authtoken_token' table."
},
{
"name": "user_id",
"type": "int",
"example": "9923",
"description": "This is the 'user_id' column of the 'authtoken_token' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "user_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "booking_booking",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'booking_booking' table."
},
{
"name": "address_line_1",
"type": "varchar",
"example": "Coimbatore",
"description": "This is the 'address_line_1' column of the 'booking_booking' table."
},
{
"name": "address_line_2",
"type": "varchar",
"example": "None",
"description": "This is the 'address_line_2' column of the 'booking_booking' table."
},
{
"name": "amount",
"type": "double",
"example": "125000.0",
"description": "This is the 'amount' column of the 'booking_booking' table."
},
{
"name": "area_id",
"type": "bigint",
"example": "276",
"description": "This is the 'area_id' column of the 'booking_booking' table."
},
{
"name": "balance_amount",
"type": "double",
"example": "125000.0",
"description": "This is the 'balance_amount' column of the 'booking_booking' table."
},
{
"name": "booked_by",
"type": "varchar",
"example": "customer",
"description": "This is the 'booked_by' column of the 'booking_booking' table."
},
{
"name": "booking_from",
"type": "datetime",
"example": "2022-12-21 14:00:00",
"description": "This is the 'booking_from' column of the 'booking_booking' table."
},
{
"name": "booking_no",
"type": "varchar",
"example": "6951779897",
"description": "This is the 'booking_no' column of the 'booking_booking' table."
},
{
"name": "booking_to",
"type": "datetime",
"example": "2022-12-22 14:00:00",
"description": "This is the 'booking_to' column of the 'booking_booking' table."
},
{
"name": "bride_email",
"type": "varchar",
"example": "None",
"description": "This is the 'bride_email' column of the 'booking_booking' table."
},
{
"name": "bride_mobile",
"type": "varchar",
"example": "None",
"description": "This is the 'bride_mobile' column of the 'booking_booking' table."
},
{
"name": "bride_name",
"type": "varchar",
"example": "None",
"description": "This is the 'bride_name' column of the 'booking_booking' table."
},
{
"name": "country",
"type": "longtext",
"example": "None",
"description": "This is the 'country' column of the 'booking_booking' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "587",
"description": "This is the 'created_by_id' column of the 'booking_booking' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-12-02 17:13:56.435700",
"description": "This is the 'created_on' column of the 'booking_booking' table."
},
{
"name": "customer_id",
"type": "bigint",
"example": "25",
"description": "This is the 'customer_id' column of the 'booking_booking' table."
},
{
"name": "customer_name",
"type": "varchar",
"example": "Anbu",
"description": "This is the 'customer_name' column of the 'booking_booking' table."
},
{
"name": "email",
"type": "varchar",
"example": "None",
"description": "This is the 'email' column of the 'booking_booking' table."
},
{
"name": "enquiry_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'enquiry_id_id' column of the 'booking_booking' table."
},
{
"name": "groom_email",
"type": "varchar",
"example": "None",
"description": "This is the 'groom_email' column of the 'booking_booking' table."
},
{
"name": "groom_mobile",
"type": "varchar",
"example": "None",
"description": "This is the 'groom_mobile' column of the 'booking_booking' table."
},
{
"name": "groom_name",
"type": "varchar",
"example": "None",
"description": "This is the 'groom_name' column of the 'booking_booking' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'booking_booking' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'booking_booking' table."
},
{
"name": "id",
"type": "bigint",
"example": "16",
"description": "This is the 'id' column of the 'booking_booking' table."
},
{
"name": "mandap_function_type_id",
"type": "bigint",
"example": "8",
"description": "This is the 'mandap_function_type_id' column of the 'booking_booking' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "1484",
"description": "This is the 'mandap_id_id' column of the 'booking_booking' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "9778415065",
"description": "This is the 'mobile' column of the 'booking_booking' table."
},
{
"name": "nominee_email",
"type": "varchar",
"example": "None",
"description": "This is the 'nominee_email' column of the 'booking_booking' table."
},
{
"name": "nominee_mobile",
"type": "varchar",
"example": "None",
"description": "This is the 'nominee_mobile' column of the 'booking_booking' table."
},
{
"name": "nominee_name",
"type": "varchar",
"example": "None",
"description": "This is the 'nominee_name' column of the 'booking_booking' table."
},
{
"name": "nominee_relationship",
"type": "varchar",
"example": "None",
"description": "This is the 'nominee_relationship' column of the 'booking_booking' table."
},
{
"name": "otp_verified",
"type": "tinyint",
"example": "0",
"description": "This is the 'otp_verified' column of the 'booking_booking' table."
},
{
"name": "paid_amount",
"type": "double",
"example": "0.0",
"description": "This is the 'paid_amount' column of the 'booking_booking' table."
},
{
"name": "payment_status",
"type": "varchar",
"example": "not_paid",
"description": "This is the 'payment_status' column of the 'booking_booking' table."
},
{
"name": "pincode",
"type": "varchar",
"example": "641501",
"description": "This is the 'pincode' column of the 'booking_booking' table."
},
{
"name": "reservation_price",
"type": "double",
"example": "20000.0",
"description": "This is the 'reservation_price' column of the 'booking_booking' table."
},
{
"name": "state_id_id",
"type": "bigint",
"example": "41",
"description": "This is the 'state_id_id' column of the 'booking_booking' table."
},
{
"name": "status",
"type": "varchar",
"example": "draft",
"description": "This is the 'status' column of the 'booking_booking' table."
},
{
"name": "timing",
"type": "varchar",
"example": "custom",
"description": "This is the 'timing' column of the 'booking_booking' table."
},
{
"name": "unlock_special_discount",
"type": "tinyint",
"example": "0",
"description": "This is the 'unlock_special_discount' column of the 'booking_booking' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'booking_booking' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-12-02 17:13:56.440837",
"description": "This is the 'updated_on' column of the 'booking_booking' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "1427",
"description": "This is the 'vendor_id' column of the 'booking_booking' table."
},
{
"name": "whatsapp_share",
"type": "tinyint",
"example": "0",
"description": "This is the 'whatsapp_share' column of the 'booking_booking' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "area_id",
"referenced_table": "area",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "customer_id",
"referenced_table": "customer_customer",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "enquiry_id_id",
"referenced_table": "customer_enquiry",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "mandap_function_type_id",
"referenced_table": "mandap_function_type",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "mandap_id_id",
"referenced_table": "vendor_mandap",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "state_id_id",
"referenced_table": "state",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "vendor_id",
"referenced_table": "vendor",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "booking_image",
"schema": "public",
"fields": [
{
"name": "file",
"type": "varchar",
"example": "",
"description": "This is the 'file' column of the 'booking_image' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'booking_image' table."
},
{
"name": "title",
"type": "varchar",
"example": "",
"description": "This is the 'title' column of the 'booking_image' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "booking_notification",
"schema": "public",
"fields": [
{
"name": "booking_id",
"type": "bigint",
"example": "None",
"description": "This is the 'booking_id' column of the 'booking_notification' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-04-18 23:48:28.575156",
"description": "This is the 'created_on' column of the 'booking_notification' table."
},
{
"name": "customer_id",
"type": "bigint",
"example": "139",
"description": "This is the 'customer_id' column of the 'booking_notification' table."
},
{
"name": "enquiry_type",
"type": "varchar",
"example": "enquiry",
"description": "This is the 'enquiry_type' column of the 'booking_notification' table."
},
{
"name": "from_date",
"type": "datetime",
"example": "2023-04-19 07:50:00",
"description": "This is the 'from_date' column of the 'booking_notification' table."
},
{
"name": "function_type",
"type": "bigint",
"example": "12",
"description": "This is the 'function_type' column of the 'booking_notification' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'booking_notification' table."
},
{
"name": "mandap_name",
"type": "bigint",
"example": "1531",
"description": "This is the 'mandap_name' column of the 'booking_notification' table."
},
{
"name": "message",
"type": "varchar",
"example": "mm",
"description": "This is the 'message' column of the 'booking_notification' table."
},
{
"name": "paid_amount",
"type": "varchar",
"example": "None",
"description": "This is the 'paid_amount' column of the 'booking_notification' table."
},
{
"name": "read",
"type": "varchar",
"example": "read",
"description": "This is the 'read' column of the 'booking_notification' table."
},
{
"name": "to_date",
"type": "datetime",
"example": "2023-04-19 11:55:00",
"description": "This is the 'to_date' column of the 'booking_notification' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-04-21 16:11:30.904223",
"description": "This is the 'updated_on' column of the 'booking_notification' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "booking_id",
"referenced_table": "booking_booking",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "customer_id",
"referenced_table": "customer_customer",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "function_type",
"referenced_table": "mandap_function_type",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "mandap_name",
"referenced_table": "vendor_mandap",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "booking_payment",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'booking_payment' table."
},
{
"name": "amount",
"type": "double",
"example": "1.0",
"description": "This is the 'amount' column of the 'booking_payment' table."
},
{
"name": "bd_orderid",
"type": "varchar",
"example": "OAJW91HM16T",
"description": "This is the 'bd_orderid' column of the 'booking_payment' table."
},
{
"name": "booking_id",
"type": "bigint",
"example": "37",
"description": "This is the 'booking_id' column of the 'booking_payment' table."
},
{
"name": "charges",
"type": "double",
"example": "0.0",
"description": "This is the 'charges' column of the 'booking_payment' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "668",
"description": "This is the 'created_by_id' column of the 'booking_payment' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-12-29 13:02:28.710307",
"description": "This is the 'created_on' column of the 'booking_payment' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'booking_payment' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'booking_payment' table."
},
{
"name": "id",
"type": "bigint",
"example": "14",
"description": "This is the 'id' column of the 'booking_payment' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "7559824392",
"description": "This is the 'mobile' column of the 'booking_payment' table."
},
{
"name": "order_id",
"type": "varchar",
"example": "S2Z8RVRW1BHVRK9",
"description": "This is the 'order_id' column of the 'booking_payment' table."
},
{
"name": "payment_channel",
"type": "varchar",
"example": "billdesk",
"description": "This is the 'payment_channel' column of the 'booking_payment' table."
},
{
"name": "payment_type",
"type": "varchar",
"example": "advance",
"description": "This is the 'payment_type' column of the 'booking_payment' table."
},
{
"name": "status",
"type": "varchar",
"example": "paid",
"description": "This is the 'status' column of the 'booking_payment' table."
},
{
"name": "transaction_id",
"type": "varchar",
"example": "XSBI0935443183",
"description": "This is the 'transaction_id' column of the 'booking_payment' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'booking_payment' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-12-29 13:02:28.710339",
"description": "This is the 'updated_on' column of the 'booking_payment' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "1311",
"description": "This is the 'vendor_id' column of the 'booking_payment' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "booking_id",
"referenced_table": "booking_booking",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "vendor_id",
"referenced_table": "vendor",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "booking_paymentlink",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'booking_paymentlink' table."
},
{
"name": "amount",
"type": "double",
"example": "10000.0",
"description": "This is the 'amount' column of the 'booking_paymentlink' table."
},
{
"name": "booking_id",
"type": "bigint",
"example": "19",
"description": "This is the 'booking_id' column of the 'booking_paymentlink' table."
},
{
"name": "count",
"type": "int",
"example": "0",
"description": "This is the 'count' column of the 'booking_paymentlink' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "572",
"description": "This is the 'created_by_id' column of the 'booking_paymentlink' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-12-06 11:27:59.275306",
"description": "This is the 'created_on' column of the 'booking_paymentlink' table."
},
{
"name": "customer_id",
"type": "bigint",
"example": "32",
"description": "This is the 'customer_id' column of the 'booking_paymentlink' table."
},
{
"name": "email",
"type": "varchar",
"example": "None",
"description": "This is the 'email' column of the 'booking_paymentlink' table."
},
{
"name": "encrypt_params",
"type": "varchar",
"example": "W51S64WHHYSUYIR2HDPL",
"description": "This is the 'encrypt_params' column of the 'booking_paymentlink' table."
},
{
"name": "expiry_date",
"type": "datetime",
"example": "None",
"description": "This is the 'expiry_date' column of the 'booking_paymentlink' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'booking_paymentlink' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'booking_paymentlink' table."
},
{
"name": "id",
"type": "bigint",
"example": "21",
"description": "This is the 'id' column of the 'booking_paymentlink' table."
},
{
"name": "is_registered_mobile",
"type": "tinyint",
"example": "0",
"description": "This is the 'is_registered_mobile' column of the 'booking_paymentlink' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "793873848848",
"description": "This is the 'mobile' column of the 'booking_paymentlink' table."
},
{
"name": "payment_type",
"type": "varchar",
"example": "advance",
"description": "This is the 'payment_type' column of the 'booking_paymentlink' table."
},
{
"name": "status",
"type": "varchar",
"example": "None",
"description": "This is the 'status' column of the 'booking_paymentlink' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'booking_paymentlink' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-12-06 11:27:59.275344",
"description": "This is the 'updated_on' column of the 'booking_paymentlink' table."
},
{
"name": "url",
"type": "varchar",
"example": "http://www.bookwedgo.com/weddi...",
"description": "This is the 'url' column of the 'booking_paymentlink' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "None",
"description": "This is the 'vendor_id' column of the 'booking_paymentlink' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "booking_id",
"referenced_table": "booking_booking",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "customer_id",
"referenced_table": "customer_customer",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "vendor_id",
"referenced_table": "vendor",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "booking_paymentlog",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'booking_paymentlog' table."
},
{
"name": "auth_token",
"type": "varchar",
"example": "None",
"description": "This is the 'auth_token' column of the 'booking_paymentlog' table."
},
{
"name": "bd_orderid",
"type": "varchar",
"example": "None",
"description": "This is the 'bd_orderid' column of the 'booking_paymentlog' table."
},
{
"name": "booking_id",
"type": "bigint",
"example": "24",
"description": "This is the 'booking_id' column of the 'booking_paymentlog' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'booking_paymentlog' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-12-16 19:05:21.499332",
"description": "This is the 'created_on' column of the 'booking_paymentlog' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'booking_paymentlog' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'booking_paymentlog' table."
},
{
"name": "id",
"type": "bigint",
"example": "33",
"description": "This is the 'id' column of the 'booking_paymentlog' table."
},
{
"name": "order_id",
"type": "varchar",
"example": "N75S6AQ1FBDGHUI",
"description": "This is the 'order_id' column of the 'booking_paymentlog' table."
},
{
"name": "order_request",
"type": "longtext",
"example": "{\"mercid\": \"BOOKWEDGO\", \"order...",
"description": "This is the 'order_request' column of the 'booking_paymentlog' table."
},
{
"name": "order_response",
"type": "longtext",
"example": "None",
"description": "This is the 'order_response' column of the 'booking_paymentlog' table."
},
{
"name": "payment_channel",
"type": "varchar",
"example": "billdesk",
"description": "This is the 'payment_channel' column of the 'booking_paymentlog' table."
},
{
"name": "payment_request",
"type": "longtext",
"example": "None",
"description": "This is the 'payment_request' column of the 'booking_paymentlog' table."
},
{
"name": "payment_response",
"type": "longtext",
"example": "None",
"description": "This is the 'payment_response' column of the 'booking_paymentlog' table."
},
{
"name": "payment_type",
"type": "varchar",
"example": "reservation",
"description": "This is the 'payment_type' column of the 'booking_paymentlog' table."
},
{
"name": "payment_type_status",
"type": "varchar",
"example": "None",
"description": "This is the 'payment_type_status' column of the 'booking_paymentlog' table."
},
{
"name": "paymentlink_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'paymentlink_id_id' column of the 'booking_paymentlog' table."
},
{
"name": "status",
"type": "varchar",
"example": "order_requested",
"description": "This is the 'status' column of the 'booking_paymentlog' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'booking_paymentlog' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-12-16 19:05:21.499374",
"description": "This is the 'updated_on' column of the 'booking_paymentlog' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "None",
"description": "This is the 'vendor_id' column of the 'booking_paymentlog' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "booking_id",
"referenced_table": "booking_booking",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "paymentlink_id_id",
"referenced_table": "booking_paymentlink",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "vendor_id",
"referenced_table": "vendor",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "booking_quotationlines",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'booking_quotationlines' table."
},
{
"name": "amount",
"type": "double",
"example": "",
"description": "This is the 'amount' column of the 'booking_quotationlines' table."
},
{
"name": "booking_id",
"type": "bigint",
"example": "",
"description": "This is the 'booking_id' column of the 'booking_quotationlines' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'booking_quotationlines' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'booking_quotationlines' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "",
"description": "This is the 'hidden' column of the 'booking_quotationlines' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "",
"description": "This is the 'hidden_reason' column of the 'booking_quotationlines' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'booking_quotationlines' table."
},
{
"name": "quotation_type_id",
"type": "bigint",
"example": "",
"description": "This is the 'quotation_type_id' column of the 'booking_quotationlines' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'booking_quotationlines' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'booking_quotationlines' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "booking_id",
"referenced_table": "booking_booking",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "quotation_type_id",
"referenced_table": "masters_quotationtype",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "booking_voucher",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'booking_voucher' table."
},
{
"name": "booking_id",
"type": "bigint",
"example": "",
"description": "This is the 'booking_id' column of the 'booking_voucher' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'booking_voucher' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'booking_voucher' table."
},
{
"name": "customer_id",
"type": "bigint",
"example": "",
"description": "This is the 'customer_id' column of the 'booking_voucher' table."
},
{
"name": "expiry_date",
"type": "datetime",
"example": "",
"description": "This is the 'expiry_date' column of the 'booking_voucher' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "",
"description": "This is the 'hidden' column of the 'booking_voucher' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "",
"description": "This is the 'hidden_reason' column of the 'booking_voucher' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'booking_voucher' table."
},
{
"name": "mandap_id",
"type": "bigint",
"example": "",
"description": "This is the 'mandap_id' column of the 'booking_voucher' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "",
"description": "This is the 'mobile' column of the 'booking_voucher' table."
},
{
"name": "redeemed_on",
"type": "datetime",
"example": "",
"description": "This is the 'redeemed_on' column of the 'booking_voucher' table."
},
{
"name": "status",
"type": "varchar",
"example": "",
"description": "This is the 'status' column of the 'booking_voucher' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'booking_voucher' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'booking_voucher' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "",
"description": "This is the 'vendor_id' column of the 'booking_voucher' table."
},
{
"name": "voucher",
"type": "varchar",
"example": "",
"description": "This is the 'voucher' column of the 'booking_voucher' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "booking_id",
"referenced_table": "booking_booking",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "customer_id",
"referenced_table": "customer_customer",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "mandap_id",
"referenced_table": "vendor_mandap",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "vendor_id",
"referenced_table": "vendor",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "bulk_mandapm_creation_logs",
"schema": "public",
"fields": [
{
"name": "address",
"type": "longtext",
"example": "No: 94/R, 2nd Main Road, Mathu...",
"description": "This is the 'address' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "areaId_id",
"type": "bigint",
"example": "None",
"description": "This is the 'areaId_id' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "bankAccountId_id",
"type": "bigint",
"example": "None",
"description": "This is the 'bankAccountId_id' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "cityId_id",
"type": "bigint",
"example": "None",
"description": "This is the 'cityId_id' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2024-01-22 16:42:01.543569",
"description": "This is the 'created_on' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "error",
"type": "longtext",
"example": "None",
"description": "This is the 'error' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "ifscCode",
"type": "longtext",
"example": "None",
"description": "This is the 'ifscCode' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "isAreaCreated",
"type": "tinyint",
"example": "0",
"description": "This is the 'isAreaCreated' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "isbankAccountCreated",
"type": "tinyint",
"example": "0",
"description": "This is the 'isbankAccountCreated' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "isCityCreated",
"type": "tinyint",
"example": "0",
"description": "This is the 'isCityCreated' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "isMandapmCreated",
"type": "tinyint",
"example": "1",
"description": "This is the 'isMandapmCreated' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "isMandapPricingCreated",
"type": "tinyint",
"example": "0",
"description": "This is the 'isMandapPricingCreated' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "isStateCreated",
"type": "tinyint",
"example": "0",
"description": "This is the 'isStateCreated' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "isVendorCreated",
"type": "tinyint",
"example": "0",
"description": "This is the 'isVendorCreated' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "mandap_name",
"type": "longtext",
"example": "Ragavendran Thirumana Mahal",
"description": "This is the 'mandap_name' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "mandapId_id",
"type": "bigint",
"example": "4346",
"description": "This is the 'mandapId_id' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "mandapPricingId_id",
"type": "bigint",
"example": "None",
"description": "This is the 'mandapPricingId_id' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "9282427263",
"description": "This is the 'mobile' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "stateId_id",
"type": "bigint",
"example": "None",
"description": "This is the 'stateId_id' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "status",
"type": "tinyint",
"example": "0",
"description": "This is the 'status' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2024-01-22 16:42:01.543602",
"description": "This is the 'updated_on' column of the 'bulk_mandapm_creation_logs' table."
},
{
"name": "vendorId_id",
"type": "bigint",
"example": "None",
"description": "This is the 'vendorId_id' column of the 'bulk_mandapm_creation_logs' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "areaId_id",
"referenced_table": "area",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "cityId_id",
"referenced_table": "city",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "stateId_id",
"referenced_table": "state",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "vendorId_id",
"referenced_table": "vendor",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "bankAccountId_id",
"referenced_table": "masters_bankaccount",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "mandapId_id",
"referenced_table": "vendor_mandap",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "mandapPricingId_id",
"referenced_table": "masters_mandappricing",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "campaign_master",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'campaign_master' table."
},
{
"name": "campaign_name",
"type": "varchar",
"example": "Test Campaign 1",
"description": "This is the 'campaign_name' column of the 'campaign_master' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'campaign_master' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-05-23 11:29:14.085410",
"description": "This is the 'created_on' column of the 'campaign_master' table."
},
{
"name": "description",
"type": "longtext",
"example": "Test Campaign 1",
"description": "This is the 'description' column of the 'campaign_master' table."
},
{
"name": "end_date",
"type": "date",
"example": "2022-05-23",
"description": "This is the 'end_date' column of the 'campaign_master' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'campaign_master' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'campaign_master' table."
},
{
"name": "id",
"type": "bigint",
"example": "4",
"description": "This is the 'id' column of the 'campaign_master' table."
},
{
"name": "start_date",
"type": "date",
"example": "2022-05-23",
"description": "This is the 'start_date' column of the 'campaign_master' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'campaign_master' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "None",
"description": "This is the 'updated_on' column of the 'campaign_master' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "city",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'city' table."
},
{
"name": "canonical",
"type": "varchar",
"example": "None",
"description": "This is the 'canonical' column of the 'city' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'city' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-08 18:37:28.754390",
"description": "This is the 'created_on' column of the 'city' table."
},
{
"name": "description",
"type": "varchar",
"example": "Looking for a Wedding Hall, Ma...",
"description": "This is the 'description' column of the 'city' table."
},
{
"name": "h1",
"type": "varchar",
"example": "Top and Best kalyana Mandapam ...",
"description": "This is the 'h1' column of the 'city' table."
},
{
"name": "h2",
"type": "varchar",
"example": "List of Best Banquet Halls in ...",
"description": "This is the 'h2' column of the 'city' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'city' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'city' table."
},
{
"name": "id",
"type": "bigint",
"example": "17",
"description": "This is the 'id' column of the 'city' table."
},
{
"name": "kws",
"type": "varchar",
"example": "Wedding halls in Chennai, Marr...",
"description": "This is the 'kws' column of the 'city' table."
},
{
"name": "name",
"type": "varchar",
"example": "Chennai",
"description": "This is the 'name' column of the 'city' table."
},
{
"name": "state_id_id",
"type": "bigint",
"example": "41",
"description": "This is the 'state_id_id' column of the 'city' table."
},
{
"name": "title",
"type": "varchar",
"example": "Best Kalyana Mandapams in Chen...",
"description": "This is the 'title' column of the 'city' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'city' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-03-15 15:26:57.689034",
"description": "This is the 'updated_on' column of the 'city' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "state_id_id",
"referenced_table": "state",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "customer_customer",
"schema": "public",
"fields": [
{
"name": "aadhar_no",
"type": "varchar",
"example": "None",
"description": "This is the 'aadhar_no' column of the 'customer_customer' table."
},
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'customer_customer' table."
},
{
"name": "address_line_1",
"type": "varchar",
"example": "None",
"description": "This is the 'address_line_1' column of the 'customer_customer' table."
},
{
"name": "address_line_2",
"type": "varchar",
"example": "None",
"description": "This is the 'address_line_2' column of the 'customer_customer' table."
},
{
"name": "anniversary_date",
"type": "date",
"example": "None",
"description": "This is the 'anniversary_date' column of the 'customer_customer' table."
},
{
"name": "area_id",
"type": "bigint",
"example": "None",
"description": "This is the 'area_id' column of the 'customer_customer' table."
},
{
"name": "area_name",
"type": "varchar",
"example": "None",
"description": "This is the 'area_name' column of the 'customer_customer' table."
},
{
"name": "birth_date",
"type": "date",
"example": "None",
"description": "This is the 'birth_date' column of the 'customer_customer' table."
},
{
"name": "city_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'city_id_id' column of the 'customer_customer' table."
},
{
"name": "city_name",
"type": "varchar",
"example": "None",
"description": "This is the 'city_name' column of the 'customer_customer' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'customer_customer' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-10-01 15:45:46.911208",
"description": "This is the 'created_on' column of the 'customer_customer' table."
},
{
"name": "customer_id",
"type": "varchar",
"example": "None",
"description": "This is the 'customer_id' column of the 'customer_customer' table."
},
{
"name": "email",
"type": "varchar",
"example": "info@bookwedgo.com",
"description": "This is the 'email' column of the 'customer_customer' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'customer_customer' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'customer_customer' table."
},
{
"name": "id",
"type": "bigint",
"example": "13",
"description": "This is the 'id' column of the 'customer_customer' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "7502931155",
"description": "This is the 'mobile' column of the 'customer_customer' table."
},
{
"name": "name",
"type": "varchar",
"example": "None",
"description": "This is the 'name' column of the 'customer_customer' table."
},
{
"name": "otp_verified",
"type": "tinyint",
"example": "0",
"description": "This is the 'otp_verified' column of the 'customer_customer' table."
},
{
"name": "pan_no",
"type": "varchar",
"example": "None",
"description": "This is the 'pan_no' column of the 'customer_customer' table."
},
{
"name": "state_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'state_id_id' column of the 'customer_customer' table."
},
{
"name": "state_name",
"type": "varchar",
"example": "None",
"description": "This is the 'state_name' column of the 'customer_customer' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'customer_customer' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-10-01 15:45:46.911238",
"description": "This is the 'updated_on' column of the 'customer_customer' table."
},
{
"name": "user_id",
"type": "int",
"example": "543",
"description": "This is the 'user_id' column of the 'customer_customer' table."
},
{
"name": "wallet_balance",
"type": "decimal",
"example": "0.00",
"description": "This is the 'wallet_balance' column of the 'customer_customer' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "area_id",
"referenced_table": "area",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "city_id_id",
"referenced_table": "city",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "state_id_id",
"referenced_table": "state",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "user_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "customer_enquiry",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'customer_enquiry' table."
},
{
"name": "address_line_1",
"type": "varchar",
"example": "None",
"description": "This is the 'address_line_1' column of the 'customer_enquiry' table."
},
{
"name": "address_line_2",
"type": "varchar",
"example": "None",
"description": "This is the 'address_line_2' column of the 'customer_enquiry' table."
},
{
"name": "budget",
"type": "double",
"example": "100000.0",
"description": "This is the 'budget' column of the 'customer_enquiry' table."
},
{
"name": "country",
"type": "longtext",
"example": "None",
"description": "This is the 'country' column of the 'customer_enquiry' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'customer_enquiry' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-10-05 19:39:14.432844",
"description": "This is the 'created_on' column of the 'customer_enquiry' table."
},
{
"name": "date_from",
"type": "datetime",
"example": "2022-10-31 06:30:00",
"description": "This is the 'date_from' column of the 'customer_enquiry' table."
},
{
"name": "date_to",
"type": "datetime",
"example": "2022-10-31 16:30:00",
"description": "This is the 'date_to' column of the 'customer_enquiry' table."
},
{
"name": "email",
"type": "varchar",
"example": "jany.rebecca@gmail.com",
"description": "This is the 'email' column of the 'customer_enquiry' table."
},
{
"name": "enquiry_function_type_id",
"type": "bigint",
"example": "None",
"description": "This is the 'enquiry_function_type_id' column of the 'customer_enquiry' table."
},
{
"name": "enquiry_no",
"type": "varchar",
"example": "ENQ47397866",
"description": "This is the 'enquiry_no' column of the 'customer_enquiry' table."
},
{
"name": "enquiry_source",
"type": "varchar",
"example": "online",
"description": "This is the 'enquiry_source' column of the 'customer_enquiry' table."
},
{
"name": "enquiry_status",
"type": "varchar",
"example": "None",
"description": "This is the 'enquiry_status' column of the 'customer_enquiry' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'customer_enquiry' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'customer_enquiry' table."
},
{
"name": "id",
"type": "bigint",
"example": "9",
"description": "This is the 'id' column of the 'customer_enquiry' table."
},
{
"name": "mandap_id",
"type": "bigint",
"example": "837",
"description": "This is the 'mandap_id' column of the 'customer_enquiry' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "8879295003",
"description": "This is the 'mobile' column of the 'customer_enquiry' table."
},
{
"name": "name",
"type": "varchar",
"example": "Jany",
"description": "This is the 'name' column of the 'customer_enquiry' table."
},
{
"name": "other_status",
"type": "varchar",
"example": "None",
"description": "This is the 'other_status' column of the 'customer_enquiry' table."
},
{
"name": "otp_verified_lead",
"type": "tinyint",
"example": "0",
"description": "This is the 'otp_verified_lead' column of the 'customer_enquiry' table."
},
{
"name": "pincode",
"type": "varchar",
"example": "None",
"description": "This is the 'pincode' column of the 'customer_enquiry' table."
},
{
"name": "reason",
"type": "longtext",
"example": "None",
"description": "This is the 'reason' column of the 'customer_enquiry' table."
},
{
"name": "status",
"type": "varchar",
"example": "draft",
"description": "This is the 'status' column of the 'customer_enquiry' table."
},
{
"name": "timing",
"type": "varchar",
"example": "None",
"description": "This is the 'timing' column of the 'customer_enquiry' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'customer_enquiry' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-10-05 19:39:14.432886",
"description": "This is the 'updated_on' column of the 'customer_enquiry' table."
},
{
"name": "url",
"type": "longtext",
"example": "None",
"description": "This is the 'url' column of the 'customer_enquiry' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "917",
"description": "This is the 'vendor_id' column of the 'customer_enquiry' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "enquiry_function_type_id",
"referenced_table": "mandap_function_type",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "mandap_id",
"referenced_table": "vendor_mandap",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "vendor_id",
"referenced_table": "vendor",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "customer_mandaprating",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'customer_mandaprating' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "813",
"description": "This is the 'created_by_id' column of the 'customer_mandaprating' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-02-15 16:47:38.047623",
"description": "This is the 'created_on' column of the 'customer_mandaprating' table."
},
{
"name": "customer_id",
"type": "bigint",
"example": "125",
"description": "This is the 'customer_id' column of the 'customer_mandaprating' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'customer_mandaprating' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'customer_mandaprating' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'customer_mandaprating' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "1565",
"description": "This is the 'mandap_id_id' column of the 'customer_mandaprating' table."
},
{
"name": "rating",
"type": "decimal",
"example": "4.5",
"description": "This is the 'rating' column of the 'customer_mandaprating' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'customer_mandaprating' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-02-15 16:47:38.047679",
"description": "This is the 'updated_on' column of the 'customer_mandaprating' table."
},
{
"name": "vendor_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'vendor_id_id' column of the 'customer_mandaprating' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "mandap_id_id",
"referenced_table": "vendor_mandap",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "vendor_id_id",
"referenced_table": "vendor",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "customer_id",
"referenced_table": "customer_customer",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "customer_mandapreview",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'customer_mandapreview' table."
},
{
"name": "comments",
"type": "varchar",
"example": "Test QA",
"description": "This is the 'comments' column of the 'customer_mandapreview' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "689",
"description": "This is the 'created_by_id' column of the 'customer_mandapreview' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-03-29 19:01:07.111456",
"description": "This is the 'created_on' column of the 'customer_mandapreview' table."
},
{
"name": "customer_id",
"type": "bigint",
"example": "67",
"description": "This is the 'customer_id' column of the 'customer_mandapreview' table."
},
{
"name": "expense",
"type": "mediumtext",
"example": "",
"description": "This is the 'expense' column of the 'customer_mandapreview' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'customer_mandapreview' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'customer_mandapreview' table."
},
{
"name": "id",
"type": "bigint",
"example": "4",
"description": "This is the 'id' column of the 'customer_mandapreview' table."
},
{
"name": "mandap_id",
"type": "bigint",
"example": "None",
"description": "This is the 'mandap_id' column of the 'customer_mandapreview' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "1531",
"description": "This is the 'mandap_id_id' column of the 'customer_mandapreview' table."
},
{
"name": "rattings",
"type": "bigint",
"example": "0",
"description": "This is the 'rattings' column of the 'customer_mandapreview' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'customer_mandapreview' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-03-29 19:01:07.111640",
"description": "This is the 'updated_on' column of the 'customer_mandapreview' table."
},
{
"name": "vendor_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'vendor_id_id' column of the 'customer_mandapreview' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "mandap_id",
"referenced_table": "vendor_mandap",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "mandap_id_id",
"referenced_table": "vendor_mandap",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "vendor_id_id",
"referenced_table": "vendor",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "customer_id",
"referenced_table": "customer_customer",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "django_admin_log",
"schema": "public",
"fields": [
{
"name": "action_flag",
"type": "smallint",
"example": "",
"description": "This is the 'action_flag' column of the 'django_admin_log' table."
},
{
"name": "action_time",
"type": "datetime",
"example": "",
"description": "This is the 'action_time' column of the 'django_admin_log' table."
},
{
"name": "change_message",
"type": "longtext",
"example": "",
"description": "This is the 'change_message' column of the 'django_admin_log' table."
},
{
"name": "content_type_id",
"type": "int",
"example": "",
"description": "This is the 'content_type_id' column of the 'django_admin_log' table."
},
{
"name": "id",
"type": "int",
"example": "",
"description": "This is the 'id' column of the 'django_admin_log' table."
},
{
"name": "object_id",
"type": "longtext",
"example": "",
"description": "This is the 'object_id' column of the 'django_admin_log' table."
},
{
"name": "object_repr",
"type": "varchar",
"example": "",
"description": "This is the 'object_repr' column of the 'django_admin_log' table."
},
{
"name": "user_id",
"type": "int",
"example": "",
"description": "This is the 'user_id' column of the 'django_admin_log' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "content_type_id",
"referenced_table": "django_content_type",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "user_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "django_content_type",
"schema": "public",
"fields": [
{
"name": "app_label",
"type": "varchar",
"example": "accounts",
"description": "This is the 'app_label' column of the 'django_content_type' table."
},
{
"name": "id",
"type": "int",
"example": "133",
"description": "This is the 'id' column of the 'django_content_type' table."
},
{
"name": "model",
"type": "varchar",
"example": "bulk_user_creation_log",
"description": "This is the 'model' column of the 'django_content_type' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "django_migrations",
"schema": "public",
"fields": [
{
"name": "app",
"type": "varchar",
"example": "contenttypes",
"description": "This is the 'app' column of the 'django_migrations' table."
},
{
"name": "applied",
"type": "datetime",
"example": "2022-03-29 14:51:32.063352",
"description": "This is the 'applied' column of the 'django_migrations' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'django_migrations' table."
},
{
"name": "name",
"type": "varchar",
"example": "0001_initial",
"description": "This is the 'name' column of the 'django_migrations' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "django_session",
"schema": "public",
"fields": [
{
"name": "expire_date",
"type": "datetime",
"example": "2024-07-19 14:24:13.783985",
"description": "This is the 'expire_date' column of the 'django_session' table."
},
{
"name": "session_data",
"type": "longtext",
"example": ".eJxVjEEOwiAQRe_C2hAYSgGX7j1DM...",
"description": "This is the 'session_data' column of the 'django_session' table."
},
{
"name": "session_key",
"type": "varchar",
"example": "0008vrcuk10pcxnrrmfwkhp6718do8...",
"description": "This is the 'session_key' column of the 'django_session' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "image_category",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'image_category' table."
},
{
"name": "category_name",
"type": "varchar",
"example": "Interior",
"description": "This is the 'category_name' column of the 'image_category' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'image_category' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-08 18:59:11.812332",
"description": "This is the 'created_on' column of the 'image_category' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'image_category' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'image_category' table."
},
{
"name": "id",
"type": "bigint",
"example": "16",
"description": "This is the 'id' column of the 'image_category' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'image_category' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-08-08 18:59:11.812433",
"description": "This is the 'updated_on' column of the 'image_category' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "leadexportlog",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'leadexportlog' table."
},
{
"name": "booking_id_id",
"type": "bigint",
"example": "123",
"description": "This is the 'booking_id_id' column of the 'leadexportlog' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'leadexportlog' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-01-27 12:33:30.251298",
"description": "This is the 'created_on' column of the 'leadexportlog' table."
},
{
"name": "enquiry_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'enquiry_id_id' column of the 'leadexportlog' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'leadexportlog' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'leadexportlog' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'leadexportlog' table."
},
{
"name": "status",
"type": "varchar",
"example": "failed",
"description": "This is the 'status' column of the 'leadexportlog' table."
},
{
"name": "type",
"type": "varchar",
"example": "booked",
"description": "This is the 'type' column of the 'leadexportlog' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'leadexportlog' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-01-27 12:33:30.251359",
"description": "This is the 'updated_on' column of the 'leadexportlog' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "booking_id_id",
"referenced_table": "booking_booking",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "enquiry_id_id",
"referenced_table": "customer_enquiry",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "mandap_classification",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'mandap_classification' table."
},
{
"name": "classification_name",
"type": "varchar",
"example": "A",
"description": "This is the 'classification_name' column of the 'mandap_classification' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'mandap_classification' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-08 18:58:25.349903",
"description": "This is the 'created_on' column of the 'mandap_classification' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'mandap_classification' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'mandap_classification' table."
},
{
"name": "id",
"type": "bigint",
"example": "11",
"description": "This is the 'id' column of the 'mandap_classification' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'mandap_classification' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-08-08 18:58:25.350042",
"description": "This is the 'updated_on' column of the 'mandap_classification' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "mandap_function_type",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'mandap_function_type' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'mandap_function_type' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-08 18:55:30.924733",
"description": "This is the 'created_on' column of the 'mandap_function_type' table."
},
{
"name": "function_type",
"type": "varchar",
"example": "Wedding",
"description": "This is the 'function_type' column of the 'mandap_function_type' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'mandap_function_type' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'mandap_function_type' table."
},
{
"name": "id",
"type": "bigint",
"example": "8",
"description": "This is the 'id' column of the 'mandap_function_type' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'mandap_function_type' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-08-08 18:55:30.924797",
"description": "This is the 'updated_on' column of the 'mandap_function_type' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "mandap_pricing_image",
"schema": "public",
"fields": [
{
"name": "id",
"type": "bigint",
"example": "20",
"description": "This is the 'id' column of the 'mandap_pricing_image' table."
},
{
"name": "image_url",
"type": "varchar",
"example": "https://bookwedgo-prod.s3.amaz...",
"description": "This is the 'image_url' column of the 'mandap_pricing_image' table."
},
{
"name": "mandap_pricing_id",
"type": "bigint",
"example": "2936",
"description": "This is the 'mandap_pricing_id' column of the 'mandap_pricing_image' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "mandap_pricing_id",
"referenced_table": "masters_mandappricing",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "mandap_pricing_pending_image",
"schema": "public",
"fields": [
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'mandap_pricing_pending_image' table."
},
{
"name": "image_url",
"type": "varchar",
"example": "https://bookwedgo-prod.s3.amaz...",
"description": "This is the 'image_url' column of the 'mandap_pricing_pending_image' table."
},
{
"name": "mandap_pricing_pending_id",
"type": "bigint",
"example": "1",
"description": "This is the 'mandap_pricing_pending_id' column of the 'mandap_pricing_pending_image' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "mandap_pricing_pending_id",
"referenced_table": "masters_mandappricingpending",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "mandap_type",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'mandap_type' table."
},
{
"name": "canonical",
"type": "varchar",
"example": "None",
"description": "This is the 'canonical' column of the 'mandap_type' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'mandap_type' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-08 18:53:29.186561",
"description": "This is the 'created_on' column of the 'mandap_type' table."
},
{
"name": "description",
"type": "varchar",
"example": "None",
"description": "This is the 'description' column of the 'mandap_type' table."
},
{
"name": "h1",
"type": "varchar",
"example": "None",
"description": "This is the 'h1' column of the 'mandap_type' table."
},
{
"name": "h2",
"type": "varchar",
"example": "None",
"description": "This is the 'h2' column of the 'mandap_type' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'mandap_type' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'mandap_type' table."
},
{
"name": "id",
"type": "bigint",
"example": "11",
"description": "This is the 'id' column of the 'mandap_type' table."
},
{
"name": "kws",
"type": "varchar",
"example": "None",
"description": "This is the 'kws' column of the 'mandap_type' table."
},
{
"name": "name",
"type": "varchar",
"example": "Kalyana Mandapam",
"description": "This is the 'name' column of the 'mandap_type' table."
},
{
"name": "title",
"type": "varchar",
"example": "None",
"description": "This is the 'title' column of the 'mandap_type' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "139",
"description": "This is the 'updated_by_id' column of the 'mandap_type' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-11-01 11:20:19.564365",
"description": "This is the 'updated_on' column of the 'mandap_type' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "mandap_type_seo",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'mandap_type_seo' table."
},
{
"name": "canonical",
"type": "varchar",
"example": "https://www.bookwedgo.com/wedd...",
"description": "This is the 'canonical' column of the 'mandap_type_seo' table."
},
{
"name": "city",
"type": "varchar",
"example": "Chennai",
"description": "This is the 'city' column of the 'mandap_type_seo' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'mandap_type_seo' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-03-18 23:23:41.150867",
"description": "This is the 'created_on' column of the 'mandap_type_seo' table."
},
{
"name": "description",
"type": "varchar",
"example": "Find the Chennai's finest wedd...",
"description": "This is the 'description' column of the 'mandap_type_seo' table."
},
{
"name": "h1",
"type": "varchar",
"example": "Kalyana Mandapam near me with ...",
"description": "This is the 'h1' column of the 'mandap_type_seo' table."
},
{
"name": "h2",
"type": "varchar",
"example": "Kalyana Mandapam near me with ...",
"description": "This is the 'h2' column of the 'mandap_type_seo' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'mandap_type_seo' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'mandap_type_seo' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'mandap_type_seo' table."
},
{
"name": "kws",
"type": "varchar",
"example": "chennai kalyana mandapam, Best...",
"description": "This is the 'kws' column of the 'mandap_type_seo' table."
},
{
"name": "mandapType",
"type": "varchar",
"example": "Kalyana Mandapam",
"description": "This is the 'mandapType' column of the 'mandap_type_seo' table."
},
{
"name": "title",
"type": "varchar",
"example": "Top 230+ kalyana mandapams in ...",
"description": "This is the 'title' column of the 'mandap_type_seo' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "139",
"description": "This is the 'updated_by_id' column of the 'mandap_type_seo' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-10-16 19:34:05.564703",
"description": "This is the 'updated_on' column of the 'mandap_type_seo' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "masters_bankaccount",
"schema": "public",
"fields": [
{
"name": "ac_holder",
"type": "varchar",
"example": "Test",
"description": "This is the 'ac_holder' column of the 'masters_bankaccount' table."
},
{
"name": "ac_no",
"type": "varchar",
"example": "129876543019",
"description": "This is the 'ac_no' column of the 'masters_bankaccount' table."
},
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'masters_bankaccount' table."
},
{
"name": "branch_address",
"type": "varchar",
"example": "Chennai",
"description": "This is the 'branch_address' column of the 'masters_bankaccount' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "143",
"description": "This is the 'created_by_id' column of the 'masters_bankaccount' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-12 11:12:29.365386",
"description": "This is the 'created_on' column of the 'masters_bankaccount' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'masters_bankaccount' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'masters_bankaccount' table."
},
{
"name": "id",
"type": "bigint",
"example": "22",
"description": "This is the 'id' column of the 'masters_bankaccount' table."
},
{
"name": "ifsc",
"type": "varchar",
"example": "HDFC1232",
"description": "This is the 'ifsc' column of the 'masters_bankaccount' table."
},
{
"name": "is_validated",
"type": "tinyint",
"example": "0",
"description": "This is the 'is_validated' column of the 'masters_bankaccount' table."
},
{
"name": "mimr",
"type": "varchar",
"example": "1122",
"description": "This is the 'mimr' column of the 'masters_bankaccount' table."
},
{
"name": "nick_name",
"type": "varchar",
"example": "Testing",
"description": "This is the 'nick_name' column of the 'masters_bankaccount' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'masters_bankaccount' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-08-12 11:12:29.365496",
"description": "This is the 'updated_on' column of the 'masters_bankaccount' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "220",
"description": "This is the 'vendor_id' column of the 'masters_bankaccount' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_bankverificationlog",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'masters_bankverificationlog' table."
},
{
"name": "bank_ac_id",
"type": "bigint",
"example": "",
"description": "This is the 'bank_ac_id' column of the 'masters_bankverificationlog' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'masters_bankverificationlog' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'masters_bankverificationlog' table."
},
{
"name": "headers",
"type": "varchar",
"example": "",
"description": "This is the 'headers' column of the 'masters_bankverificationlog' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "",
"description": "This is the 'hidden' column of the 'masters_bankverificationlog' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "",
"description": "This is the 'hidden_reason' column of the 'masters_bankverificationlog' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'masters_bankverificationlog' table."
},
{
"name": "parameters",
"type": "varchar",
"example": "",
"description": "This is the 'parameters' column of the 'masters_bankverificationlog' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'masters_bankverificationlog' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'masters_bankverificationlog' table."
}
],
"metrics": [],
"description": "",
"relationships": [
{
"column": "bank_ac_id",
"referenced_table": "masters_bankaccount",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "created_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
},
{
"column": "updated_by_id",
"referenced_table": "auth_user",
"referenced_column": "id",
"referenced_schema": "public"
}
]
},
{
"table_name": "masters_blog",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'masters_blog' table."
},
{
"name": "content",
"type": "longtext",
"example": "",
"description": "This is the 'content' column of the 'masters_blog' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'masters_blog' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'masters_blog' table."
},
{
"name": "heading",
"type": "varchar",
"example": "",
"description": "This is the 'heading' column of the 'masters_blog' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "",
"description": "This is the 'hidden' column of the 'masters_blog' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "",
"description": "This is the 'hidden_reason' column of the 'masters_blog' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'masters_blog' table."
},
{
"name": "mandap_id",
"type": "bigint",
"example": "",
"description": "This is the 'mandap_id' column of the 'masters_blog' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'masters_blog' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'masters_blog' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_blogpost",
"schema": "public",
"fields": [
{
"name": "author",
"type": "varchar",
"example": "undefined",
"description": "This is the 'author' column of the 'masters_blogpost' table."
},
{
"name": "blog_Link",
"type": "longtext",
"example": "https://www.bookwedgo.com/",
"description": "This is the 'blog_Link' column of the 'masters_blogpost' table."
},
{
"name": "content",
"type": "longtext",
"example": "<h4>\r\n Mandap Ceremony\r...",
"description": "This is the 'content' column of the 'masters_blogpost' table."
},
{
"name": "created_at",
"type": "datetime",
"example": "2023-05-08 12:55:03.693271",
"description": "This is the 'created_at' column of the 'masters_blogpost' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_blogpost' table."
},
{
"name": "image",
"type": "varchar",
"example": "blog_images/decorated-hall-eve...",
"description": "This is the 'image' column of the 'masters_blogpost' table."
},
{
"name": "meta_description",
"type": "longtext",
"example": "Creative. Clean. Different. We...",
"description": "This is the 'meta_description' column of the 'masters_blogpost' table."
},
{
"name": "meta_keywords",
"type": "varchar",
"example": "colorfull life",
"description": "This is the 'meta_keywords' column of the 'masters_blogpost' table."
},
{
"name": "meta_title",
"type": "varchar",
"example": "Mandaps",
"description": "This is the 'meta_title' column of the 'masters_blogpost' table."
},
{
"name": "short_content",
"type": "longtext",
"example": "After the Varmala, the couple ...",
"description": "This is the 'short_content' column of the 'masters_blogpost' table."
},
{
"name": "status",
"type": "tinyint",
"example": "0",
"description": "This is the 'status' column of the 'masters_blogpost' table."
},
{
"name": "title",
"type": "varchar",
"example": "Top 10 mandaps in Chennai",
"description": "This is the 'title' column of the 'masters_blogpost' table."
},
{
"name": "updated_at",
"type": "datetime",
"example": "2024-01-10 16:04:26.112852",
"description": "This is the 'updated_at' column of the 'masters_blogpost' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_bulk_discount_creation_for_mandapam_log",
"schema": "public",
"fields": [
{
"name": "content",
"type": "longtext",
"example": "None",
"description": "This is the 'content' column of the 'masters_bulk_discount_creation_for_mandapam_log' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "138",
"description": "This is the 'created_by_id' column of the 'masters_bulk_discount_creation_for_mandapam_log' table."
},
{
"name": "discount_creation_success",
"type": "tinyint",
"example": "1",
"description": "This is the 'discount_creation_success' column of the 'masters_bulk_discount_creation_for_mandapam_log' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_bulk_discount_creation_for_mandapam_log' table."
},
{
"name": "Mandap_id",
"type": "bigint",
"example": "1531",
"description": "This is the 'Mandap_id' column of the 'masters_bulk_discount_creation_for_mandapam_log' table."
},
{
"name": "status",
"type": "varchar",
"example": "success",
"description": "This is the 'status' column of the 'masters_bulk_discount_creation_for_mandapam_log' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_configuration",
"schema": "public",
"fields": [
{
"name": "agent_portal_url",
"type": "varchar",
"example": "https://agent.bookwedgo.com/",
"description": "This is the 'agent_portal_url' column of the 'masters_configuration' table."
},
{
"name": "billdesk_clientid",
"type": "varchar",
"example": "bookwedgo",
"description": "This is the 'billdesk_clientid' column of the 'masters_configuration' table."
},
{
"name": "billdesk_merchantid",
"type": "varchar",
"example": "BOOKWEDGO",
"description": "This is the 'billdesk_merchantid' column of the 'masters_configuration' table."
},
{
"name": "billdesk_merchantlogo",
"type": "varchar",
"example": "WhatsApp_Image_2022-05-06_at_5...",
"description": "This is the 'billdesk_merchantlogo' column of the 'masters_configuration' table."
},
{
"name": "billdesk_order_url",
"type": "varchar",
"example": "https://api.billdesk.com/payme...",
"description": "This is the 'billdesk_order_url' column of the 'masters_configuration' table."
},
{
"name": "billdesk_returnurl",
"type": "varchar",
"example": "https://api.bookwedgo.com/api/...",
"description": "This is the 'billdesk_returnurl' column of the 'masters_configuration' table."
},
{
"name": "billdesk_workingkey",
"type": "varchar",
"example": "B1KaochW183D3oc7oUjHVP4Y7gIOP9...",
"description": "This is the 'billdesk_workingkey' column of the 'masters_configuration' table."
},
{
"name": "customer_portal_url",
"type": "varchar",
"example": "https://bookwedgo.com/customer...",
"description": "This is the 'customer_portal_url' column of the 'masters_configuration' table."
},
{
"name": "id",
"type": "bigint",
"example": "2",
"description": "This is the 'id' column of the 'masters_configuration' table."
},
{
"name": "no_of_popluar_mandap",
"type": "int",
"example": "12",
"description": "This is the 'no_of_popluar_mandap' column of the 'masters_configuration' table."
},
{
"name": "otp_emailbody",
"type": "varchar",
"example": "Dear Customer, your OTP is {ot...",
"description": "This is the 'otp_emailbody' column of the 'masters_configuration' table."
},
{
"name": "otp_sms",
"type": "varchar",
"example": "Dear Kalyan Jewellers dashboar...",
"description": "This is the 'otp_sms' column of the 'masters_configuration' table."
},
{
"name": "otp_subject",
"type": "varchar",
"example": "Unique number",
"description": "This is the 'otp_subject' column of the 'masters_configuration' table."
},
{
"name": "paymentlink_emailbody",
"type": "varchar",
"example": "Dear Customer, Paymentlink for...",
"description": "This is the 'paymentlink_emailbody' column of the 'masters_configuration' table."
},
{
"name": "paymentlink_sms",
"type": "varchar",
"example": "Dear Customer, ",
"description": "This is the 'paymentlink_sms' column of the 'masters_configuration' table."
},
{
"name": "paymentlink_subject",
"type": "varchar",
"example": "Payment link",
"description": "This is the 'paymentlink_subject' column of the 'masters_configuration' table."
},
{
"name": "paymentlinkurl",
"type": "varchar",
"example": "https://www.bookwedgo.com/wedd...",
"description": "This is the 'paymentlinkurl' column of the 'masters_configuration' table."
},
{
"name": "vendor_portal_url",
"type": "varchar",
"example": "https://vendor.bookwedgo.com/",
"description": "This is the 'vendor_portal_url' column of the 'masters_configuration' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_faq",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "0",
"description": "This is the 'active' column of the 'masters_faq' table."
},
{
"name": "answer",
"type": "varchar",
"example": "dcsabghieohsobojo",
"description": "This is the 'answer' column of the 'masters_faq' table."
},
{
"name": "city_id_id",
"type": "bigint",
"example": "18",
"description": "This is the 'city_id_id' column of the 'masters_faq' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'masters_faq' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-04-18 12:12:42.234067",
"description": "This is the 'created_on' column of the 'masters_faq' table."
},
{
"name": "faq_type",
"type": "varchar",
"example": "mandap",
"description": "This is the 'faq_type' column of the 'masters_faq' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'masters_faq' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'masters_faq' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_faq' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "1803",
"description": "This is the 'mandap_id_id' column of the 'masters_faq' table."
},
{
"name": "question",
"type": "varchar",
"example": "buifiehioghieh",
"description": "This is the 'question' column of the 'masters_faq' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'masters_faq' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-05-08 13:22:05.768717",
"description": "This is the 'updated_on' column of the 'masters_faq' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_feedbackmaster",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'masters_feedbackmaster' table."
},
{
"name": "comments",
"type": "longtext",
"example": "good",
"description": "This is the 'comments' column of the 'masters_feedbackmaster' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "138",
"description": "This is the 'created_by_id' column of the 'masters_feedbackmaster' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-12-21 14:34:31.555416",
"description": "This is the 'created_on' column of the 'masters_feedbackmaster' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'masters_feedbackmaster' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'masters_feedbackmaster' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_feedbackmaster' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'mandap_id_id' column of the 'masters_feedbackmaster' table."
},
{
"name": "rating",
"type": "varchar",
"example": "5",
"description": "This is the 'rating' column of the 'masters_feedbackmaster' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'masters_feedbackmaster' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-12-21 14:34:31.555472",
"description": "This is the 'updated_on' column of the 'masters_feedbackmaster' table."
},
{
"name": "vendor_id_id",
"type": "bigint",
"example": "2806",
"description": "This is the 'vendor_id_id' column of the 'masters_feedbackmaster' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_functiontypepricing",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'masters_functiontypepricing' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'masters_functiontypepricing' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-09-23 06:33:34.646394",
"description": "This is the 'created_on' column of the 'masters_functiontypepricing' table."
},
{
"name": "function_type_id",
"type": "bigint",
"example": "8",
"description": "This is the 'function_type_id' column of the 'masters_functiontypepricing' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'masters_functiontypepricing' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'masters_functiontypepricing' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_functiontypepricing' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "369",
"description": "This is the 'mandap_id_id' column of the 'masters_functiontypepricing' table."
},
{
"name": "mandap_pricing_id",
"type": "bigint",
"example": "None",
"description": "This is the 'mandap_pricing_id' column of the 'masters_functiontypepricing' table."
},
{
"name": "price",
"type": "double",
"example": "75000.0",
"description": "This is the 'price' column of the 'masters_functiontypepricing' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'masters_functiontypepricing' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-09-23 06:33:34.646454",
"description": "This is the 'updated_on' column of the 'masters_functiontypepricing' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_googlerating_gmb",
"schema": "public",
"fields": [
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_googlerating_gmb' table."
},
{
"name": "mandap_id",
"type": "bigint",
"example": "687",
"description": "This is the 'mandap_id' column of the 'masters_googlerating_gmb' table."
},
{
"name": "rating",
"type": "double",
"example": "3.7",
"description": "This is the 'rating' column of the 'masters_googlerating_gmb' table."
},
{
"name": "user_ratings_total",
"type": "int",
"example": "71",
"description": "This is the 'user_ratings_total' column of the 'masters_googlerating_gmb' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_googlereview",
"schema": "public",
"fields": [
{
"name": "author_name",
"type": "varchar",
"example": "Shon Saji Mammen",
"description": "This is the 'author_name' column of the 'masters_googlereview' table."
},
{
"name": "author_url",
"type": "varchar",
"example": "https://www.google.com/maps/co...",
"description": "This is the 'author_url' column of the 'masters_googlereview' table."
},
{
"name": "google_rating_id",
"type": "bigint",
"example": "91",
"description": "This is the 'google_rating_id' column of the 'masters_googlereview' table."
},
{
"name": "id",
"type": "bigint",
"example": "419",
"description": "This is the 'id' column of the 'masters_googlereview' table."
},
{
"name": "language",
"type": "varchar",
"example": "en",
"description": "This is the 'language' column of the 'masters_googlereview' table."
},
{
"name": "original_language",
"type": "varchar",
"example": "en",
"description": "This is the 'original_language' column of the 'masters_googlereview' table."
},
{
"name": "profile_photo_url",
"type": "varchar",
"example": "https://lh3.googleusercontent....",
"description": "This is the 'profile_photo_url' column of the 'masters_googlereview' table."
},
{
"name": "rating",
"type": "int",
"example": "5",
"description": "This is the 'rating' column of the 'masters_googlereview' table."
},
{
"name": "relative_time_description",
"type": "varchar",
"example": "2 years ago",
"description": "This is the 'relative_time_description' column of the 'masters_googlereview' table."
},
{
"name": "text",
"type": "longtext",
"example": "Good Auditorium for any kinds ...",
"description": "This is the 'text' column of the 'masters_googlereview' table."
},
{
"name": "time",
"type": "bigint",
"example": "1646780290",
"description": "This is the 'time' column of the 'masters_googlereview' table."
},
{
"name": "translated",
"type": "tinyint",
"example": "0",
"description": "This is the 'translated' column of the 'masters_googlereview' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_idproofmaster",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'masters_idproofmaster' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "138",
"description": "This is the 'created_by_id' column of the 'masters_idproofmaster' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-12-21 14:17:37.918118",
"description": "This is the 'created_on' column of the 'masters_idproofmaster' table."
},
{
"name": "description",
"type": "varchar",
"example": "testtt",
"description": "This is the 'description' column of the 'masters_idproofmaster' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'masters_idproofmaster' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'masters_idproofmaster' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_idproofmaster' table."
},
{
"name": "name",
"type": "varchar",
"example": "test",
"description": "This is the 'name' column of the 'masters_idproofmaster' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'masters_idproofmaster' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-12-21 14:17:37.918160",
"description": "This is the 'updated_on' column of the 'masters_idproofmaster' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_invoice",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'masters_invoice' table."
},
{
"name": "amount",
"type": "double",
"example": "",
"description": "This is the 'amount' column of the 'masters_invoice' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'masters_invoice' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'masters_invoice' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "",
"description": "This is the 'hidden' column of the 'masters_invoice' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "",
"description": "This is the 'hidden_reason' column of the 'masters_invoice' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'masters_invoice' table."
},
{
"name": "invoice_no",
"type": "varchar",
"example": "",
"description": "This is the 'invoice_no' column of the 'masters_invoice' table."
},
{
"name": "mandap_id",
"type": "bigint",
"example": "",
"description": "This is the 'mandap_id' column of the 'masters_invoice' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'masters_invoice' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'masters_invoice' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "",
"description": "This is the 'vendor_id' column of the 'masters_invoice' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_invoicelines",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'masters_invoicelines' table."
},
{
"name": "amount",
"type": "double",
"example": "",
"description": "This is the 'amount' column of the 'masters_invoicelines' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'masters_invoicelines' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'masters_invoicelines' table."
},
{
"name": "description",
"type": "varchar",
"example": "",
"description": "This is the 'description' column of the 'masters_invoicelines' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "",
"description": "This is the 'hidden' column of the 'masters_invoicelines' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "",
"description": "This is the 'hidden_reason' column of the 'masters_invoicelines' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'masters_invoicelines' table."
},
{
"name": "invoice_id",
"type": "bigint",
"example": "",
"description": "This is the 'invoice_id' column of the 'masters_invoicelines' table."
},
{
"name": "tax_amount",
"type": "double",
"example": "",
"description": "This is the 'tax_amount' column of the 'masters_invoicelines' table."
},
{
"name": "total_amount",
"type": "double",
"example": "",
"description": "This is the 'total_amount' column of the 'masters_invoicelines' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'masters_invoicelines' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'masters_invoicelines' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_kae",
"schema": "public",
"fields": [
{
"name": "assigned_agent_id",
"type": "bigint",
"example": "9100",
"description": "This is the 'assigned_agent_id' column of the 'masters_kae' table."
},
{
"name": "email",
"type": "varchar",
"example": "hello123@gmail.com",
"description": "This is the 'email' column of the 'masters_kae' table."
},
{
"name": "end_date",
"type": "date",
"example": "None",
"description": "This is the 'end_date' column of the 'masters_kae' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_kae' table."
},
{
"name": "name",
"type": "varchar",
"example": "sat123",
"description": "This is the 'name' column of the 'masters_kae' table."
},
{
"name": "phone_number",
"type": "varchar",
"example": "9487080432",
"description": "This is the 'phone_number' column of the 'masters_kae' table."
},
{
"name": "region",
"type": "varchar",
"example": "",
"description": "This is the 'region' column of the 'masters_kae' table."
},
{
"name": "start_date",
"type": "date",
"example": "None",
"description": "This is the 'start_date' column of the 'masters_kae' table."
},
{
"name": "status",
"type": "varchar",
"example": "active",
"description": "This is the 'status' column of the 'masters_kae' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_leadevent",
"schema": "public",
"fields": [
{
"name": "booking_type",
"type": "longtext",
"example": "half_day_morning",
"description": "This is the 'booking_type' column of the 'masters_leadevent' table."
},
{
"name": "created_at",
"type": "datetime",
"example": "2024-12-06 09:56:29.287892",
"description": "This is the 'created_at' column of the 'masters_leadevent' table."
},
{
"name": "end_time",
"type": "longtext",
"example": "14:00:00",
"description": "This is the 'end_time' column of the 'masters_leadevent' table."
},
{
"name": "event_date_from",
"type": "date",
"example": "2024-12-13",
"description": "This is the 'event_date_from' column of the 'masters_leadevent' table."
},
{
"name": "event_date_to",
"type": "date",
"example": "2024-12-13",
"description": "This is the 'event_date_to' column of the 'masters_leadevent' table."
},
{
"name": "event_subtype",
"type": "varchar",
"example": "Engagement",
"description": "This is the 'event_subtype' column of the 'masters_leadevent' table."
},
{
"name": "event_type",
"type": "varchar",
"example": "Wedding",
"description": "This is the 'event_type' column of the 'masters_leadevent' table."
},
{
"name": "id",
"type": "bigint",
"example": "34",
"description": "This is the 'id' column of the 'masters_leadevent' table."
},
{
"name": "lead_id",
"type": "bigint",
"example": "25",
"description": "This is the 'lead_id' column of the 'masters_leadevent' table."
},
{
"name": "start_time",
"type": "longtext",
"example": "06:00:00",
"description": "This is the 'start_time' column of the 'masters_leadevent' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_mandappricing",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "0",
"description": "This is the 'active' column of the 'masters_mandappricing' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "520",
"description": "This is the 'created_by_id' column of the 'masters_mandappricing' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-09-02 12:25:10.379099",
"description": "This is the 'created_on' column of the 'masters_mandappricing' table."
},
{
"name": "discount_percent",
"type": "double",
"example": "0.0",
"description": "This is the 'discount_percent' column of the 'masters_mandappricing' table."
},
{
"name": "fd_end_time",
"type": "time",
"example": "23:59:00",
"description": "This is the 'fd_end_time' column of the 'masters_mandappricing' table."
},
{
"name": "fd_price",
"type": "double",
"example": "None",
"description": "This is the 'fd_price' column of the 'masters_mandappricing' table."
},
{
"name": "fd_start_time",
"type": "time",
"example": "0:00:00",
"description": "This is the 'fd_start_time' column of the 'masters_mandappricing' table."
},
{
"name": "has_discount",
"type": "tinyint",
"example": "0",
"description": "This is the 'has_discount' column of the 'masters_mandappricing' table."
},
{
"name": "hf_am_end_time",
"type": "time",
"example": "17:00:00",
"description": "This is the 'hf_am_end_time' column of the 'masters_mandappricing' table."
},
{
"name": "hf_am_price",
"type": "double",
"example": "None",
"description": "This is the 'hf_am_price' column of the 'masters_mandappricing' table."
},
{
"name": "hf_am_start_time",
"type": "time",
"example": "0:00:00",
"description": "This is the 'hf_am_start_time' column of the 'masters_mandappricing' table."
},
{
"name": "hf_pm_end_time",
"type": "time",
"example": "23:59:00",
"description": "This is the 'hf_pm_end_time' column of the 'masters_mandappricing' table."
},
{
"name": "hf_pm_price",
"type": "double",
"example": "None",
"description": "This is the 'hf_pm_price' column of the 'masters_mandappricing' table."
},
{
"name": "hf_pm_start_time",
"type": "time",
"example": "18:00:00",
"description": "This is the 'hf_pm_start_time' column of the 'masters_mandappricing' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "1",
"description": "This is the 'hidden' column of the 'masters_mandappricing' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'masters_mandappricing' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_mandappricing' table."
},
{
"name": "incl_price",
"type": "longtext",
"example": "None",
"description": "This is the 'incl_price' column of the 'masters_mandappricing' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "840",
"description": "This is the 'mandap_id_id' column of the 'masters_mandappricing' table."
},
{
"name": "pr_breakfast_nvg",
"type": "double",
"example": "None",
"description": "This is the 'pr_breakfast_nvg' column of the 'masters_mandappricing' table."
},
{
"name": "pr_breakfast_vg",
"type": "double",
"example": "None",
"description": "This is the 'pr_breakfast_vg' column of the 'masters_mandappricing' table."
},
{
"name": "pr_dinner_nvg",
"type": "double",
"example": "None",
"description": "This is the 'pr_dinner_nvg' column of the 'masters_mandappricing' table."
},
{
"name": "pr_dinner_vg",
"type": "double",
"example": "None",
"description": "This is the 'pr_dinner_vg' column of the 'masters_mandappricing' table."
},
{
"name": "pr_lunch_nvg",
"type": "double",
"example": "None",
"description": "This is the 'pr_lunch_nvg' column of the 'masters_mandappricing' table."
},
{
"name": "pr_lunch_vg",
"type": "double",
"example": "None",
"description": "This is the 'pr_lunch_vg' column of the 'masters_mandappricing' table."
},
{
"name": "price_per_nonveg",
"type": "double",
"example": "275.0",
"description": "This is the 'price_per_nonveg' column of the 'masters_mandappricing' table."
},
{
"name": "price_per_veg",
"type": "double",
"example": "175.0",
"description": "This is the 'price_per_veg' column of the 'masters_mandappricing' table."
},
{
"name": "pricing_type",
"type": "varchar",
"example": "per_plate",
"description": "This is the 'pricing_type' column of the 'masters_mandappricing' table."
},
{
"name": "reservation_price",
"type": "double",
"example": "2000.0",
"description": "This is the 'reservation_price' column of the 'masters_mandappricing' table."
},
{
"name": "special_price_non_muhurtham",
"type": "tinyint",
"example": "0",
"description": "This is the 'special_price_non_muhurtham' column of the 'masters_mandappricing' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'masters_mandappricing' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-09-02 12:25:10.379202",
"description": "This is the 'updated_on' column of the 'masters_mandappricing' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_mandappricing_exclude_list",
"schema": "public",
"fields": [
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_mandappricing_exclude_list' table."
},
{
"name": "mandappricing_id",
"type": "bigint",
"example": "1",
"description": "This is the 'mandappricing_id' column of the 'masters_mandappricing_exclude_list' table."
},
{
"name": "pricelist_id",
"type": "bigint",
"example": "2",
"description": "This is the 'pricelist_id' column of the 'masters_mandappricing_exclude_list' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_mandappricing_include_list",
"schema": "public",
"fields": [
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_mandappricing_include_list' table."
},
{
"name": "mandappricing_id",
"type": "bigint",
"example": "1",
"description": "This is the 'mandappricing_id' column of the 'masters_mandappricing_include_list' table."
},
{
"name": "pricelist_id",
"type": "bigint",
"example": "1",
"description": "This is the 'pricelist_id' column of the 'masters_mandappricing_include_list' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_mandappricinginclexcldetail",
"schema": "public",
"fields": [
{
"name": "id",
"type": "bigint",
"example": "7",
"description": "This is the 'id' column of the 'masters_mandappricinginclexcldetail' table."
},
{
"name": "list_item_id",
"type": "bigint",
"example": "1",
"description": "This is the 'list_item_id' column of the 'masters_mandappricinginclexcldetail' table."
},
{
"name": "mandap_pricing_id",
"type": "bigint",
"example": "1868",
"description": "This is the 'mandap_pricing_id' column of the 'masters_mandappricinginclexcldetail' table."
},
{
"name": "price_type",
"type": "varchar",
"example": "None",
"description": "This is the 'price_type' column of the 'masters_mandappricinginclexcldetail' table."
},
{
"name": "price_value",
"type": "double",
"example": "40.0",
"description": "This is the 'price_value' column of the 'masters_mandappricinginclexcldetail' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_mandappricingpending",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'masters_mandappricingpending' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "9927",
"description": "This is the 'created_by_id' column of the 'masters_mandappricingpending' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2024-11-20 10:19:43.792552",
"description": "This is the 'created_on' column of the 'masters_mandappricingpending' table."
},
{
"name": "discount_percent",
"type": "double",
"example": "0.0",
"description": "This is the 'discount_percent' column of the 'masters_mandappricingpending' table."
},
{
"name": "fd_end_time",
"type": "time",
"example": "6:00:00",
"description": "This is the 'fd_end_time' column of the 'masters_mandappricingpending' table."
},
{
"name": "fd_price",
"type": "double",
"example": "0.0",
"description": "This is the 'fd_price' column of the 'masters_mandappricingpending' table."
},
{
"name": "fd_start_time",
"type": "time",
"example": "3:19:00",
"description": "This is the 'fd_start_time' column of the 'masters_mandappricingpending' table."
},
{
"name": "has_discount",
"type": "tinyint",
"example": "0",
"description": "This is the 'has_discount' column of the 'masters_mandappricingpending' table."
},
{
"name": "hf_am_end_time",
"type": "time",
"example": "16:30:00",
"description": "This is the 'hf_am_end_time' column of the 'masters_mandappricingpending' table."
},
{
"name": "hf_am_price",
"type": "double",
"example": "2.0",
"description": "This is the 'hf_am_price' column of the 'masters_mandappricingpending' table."
},
{
"name": "hf_am_start_time",
"type": "time",
"example": "4:29:00",
"description": "This is the 'hf_am_start_time' column of the 'masters_mandappricingpending' table."
},
{
"name": "hf_pm_end_time",
"type": "time",
"example": "23:59:00",
"description": "This is the 'hf_pm_end_time' column of the 'masters_mandappricingpending' table."
},
{
"name": "hf_pm_price",
"type": "double",
"example": "2.0",
"description": "This is the 'hf_pm_price' column of the 'masters_mandappricingpending' table."
},
{
"name": "hf_pm_start_time",
"type": "time",
"example": "0:00:00",
"description": "This is the 'hf_pm_start_time' column of the 'masters_mandappricingpending' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'masters_mandappricingpending' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'masters_mandappricingpending' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_mandappricingpending' table."
},
{
"name": "incl_price",
"type": "longtext",
"example": "[{\"id\":1,\"price\":\"2\"},{\"id\":3,...",
"description": "This is the 'incl_price' column of the 'masters_mandappricingpending' table."
},
{
"name": "is_approved",
"type": "tinyint",
"example": "0",
"description": "This is the 'is_approved' column of the 'masters_mandappricingpending' table."
},
{
"name": "is_edited",
"type": "tinyint",
"example": "0",
"description": "This is the 'is_edited' column of the 'masters_mandappricingpending' table."
},
{
"name": "is_rejected",
"type": "tinyint",
"example": "0",
"description": "This is the 'is_rejected' column of the 'masters_mandappricingpending' table."
},
{
"name": "main_price_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'main_price_id_id' column of the 'masters_mandappricingpending' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "2264",
"description": "This is the 'mandap_id_id' column of the 'masters_mandappricingpending' table."
},
{
"name": "pr_breakfast_nvg",
"type": "double",
"example": "2.0",
"description": "This is the 'pr_breakfast_nvg' column of the 'masters_mandappricingpending' table."
},
{
"name": "pr_breakfast_vg",
"type": "double",
"example": "2.0",
"description": "This is the 'pr_breakfast_vg' column of the 'masters_mandappricingpending' table."
},
{
"name": "pr_dinner_nvg",
"type": "double",
"example": "2.0",
"description": "This is the 'pr_dinner_nvg' column of the 'masters_mandappricingpending' table."
},
{
"name": "pr_dinner_vg",
"type": "double",
"example": "2.0",
"description": "This is the 'pr_dinner_vg' column of the 'masters_mandappricingpending' table."
},
{
"name": "pr_lunch_nvg",
"type": "double",
"example": "2.0",
"description": "This is the 'pr_lunch_nvg' column of the 'masters_mandappricingpending' table."
},
{
"name": "pr_lunch_vg",
"type": "double",
"example": "22.0",
"description": "This is the 'pr_lunch_vg' column of the 'masters_mandappricingpending' table."
},
{
"name": "price_per_nonveg",
"type": "double",
"example": "None",
"description": "This is the 'price_per_nonveg' column of the 'masters_mandappricingpending' table."
},
{
"name": "price_per_veg",
"type": "double",
"example": "None",
"description": "This is the 'price_per_veg' column of the 'masters_mandappricingpending' table."
},
{
"name": "pricing_type",
"type": "varchar",
"example": "None",
"description": "This is the 'pricing_type' column of the 'masters_mandappricingpending' table."
},
{
"name": "reservation_price",
"type": "double",
"example": "2.0",
"description": "This is the 'reservation_price' column of the 'masters_mandappricingpending' table."
},
{
"name": "special_price_non_muhurtham",
"type": "tinyint",
"example": "0",
"description": "This is the 'special_price_non_muhurtham' column of the 'masters_mandappricingpending' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'masters_mandappricingpending' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2024-11-20 10:19:43.792595",
"description": "This is the 'updated_on' column of the 'masters_mandappricingpending' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_mandappricingpending_exclude_list",
"schema": "public",
"fields": [
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_mandappricingpending_exclude_list' table."
},
{
"name": "mandappricingpending_id",
"type": "bigint",
"example": "1",
"description": "This is the 'mandappricingpending_id' column of the 'masters_mandappricingpending_exclude_list' table."
},
{
"name": "pricelist_id",
"type": "bigint",
"example": "6",
"description": "This is the 'pricelist_id' column of the 'masters_mandappricingpending_exclude_list' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_mandappricingpending_include_list",
"schema": "public",
"fields": [
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_mandappricingpending_include_list' table."
},
{
"name": "mandappricingpending_id",
"type": "bigint",
"example": "1",
"description": "This is the 'mandappricingpending_id' column of the 'masters_mandappricingpending_include_list' table."
},
{
"name": "pricelist_id",
"type": "bigint",
"example": "1",
"description": "This is the 'pricelist_id' column of the 'masters_mandappricingpending_include_list' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_mandapview",
"schema": "public",
"fields": [
{
"name": "created_on",
"type": "datetime",
"example": "2023-04-17 03:18:25.712092",
"description": "This is the 'created_on' column of the 'masters_mandapview' table."
},
{
"name": "date",
"type": "date",
"example": "2023-04-16",
"description": "This is the 'date' column of the 'masters_mandapview' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_mandapview' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "1493",
"description": "This is the 'mandap_id_id' column of the 'masters_mandapview' table."
},
{
"name": "user_view",
"type": "bigint",
"example": "1",
"description": "This is the 'user_view' column of the 'masters_mandapview' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_offlinelead",
"schema": "public",
"fields": [
{
"name": "address",
"type": "longtext",
"example": "",
"description": "This is the 'address' column of the 'masters_offlinelead' table."
},
{
"name": "contact_number",
"type": "varchar",
"example": "23456",
"description": "This is the 'contact_number' column of the 'masters_offlinelead' table."
},
{
"name": "created_at",
"type": "datetime",
"example": "2024-12-06 09:56:29.280693",
"description": "This is the 'created_at' column of the 'masters_offlinelead' table."
},
{
"name": "customer_name",
"type": "varchar",
"example": "fasd",
"description": "This is the 'customer_name' column of the 'masters_offlinelead' table."
},
{
"name": "email",
"type": "varchar",
"example": "hari143@gmail.com",
"description": "This is the 'email' column of the 'masters_offlinelead' table."
},
{
"name": "id",
"type": "bigint",
"example": "25",
"description": "This is the 'id' column of the 'masters_offlinelead' table."
},
{
"name": "kae_id",
"type": "bigint",
"example": "140",
"description": "This is the 'kae_id' column of the 'masters_offlinelead' table."
},
{
"name": "mandap_id",
"type": "bigint",
"example": "2264",
"description": "This is the 'mandap_id' column of the 'masters_offlinelead' table."
},
{
"name": "pincode",
"type": "longtext",
"example": "",
"description": "This is the 'pincode' column of the 'masters_offlinelead' table."
},
{
"name": "remarks",
"type": "longtext",
"example": "fasd",
"description": "This is the 'remarks' column of the 'masters_offlinelead' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_pagecontent",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'masters_pagecontent' table."
},
{
"name": "content",
"type": "longtext",
"example": "test",
"description": "This is the 'content' column of the 'masters_pagecontent' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "138",
"description": "This is the 'created_by_id' column of the 'masters_pagecontent' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-12-19 11:56:05.476534",
"description": "This is the 'created_on' column of the 'masters_pagecontent' table."
},
{
"name": "heading",
"type": "varchar",
"example": "About us",
"description": "This is the 'heading' column of the 'masters_pagecontent' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'masters_pagecontent' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'masters_pagecontent' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_pagecontent' table."
},
{
"name": "type",
"type": "varchar",
"example": "about_us",
"description": "This is the 'type' column of the 'masters_pagecontent' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'masters_pagecontent' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-12-28 14:40:37.732325",
"description": "This is the 'updated_on' column of the 'masters_pagecontent' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_post",
"schema": "public",
"fields": [
{
"name": "blog_id",
"type": "bigint",
"example": "1",
"description": "This is the 'blog_id' column of the 'masters_post' table."
},
{
"name": "description",
"type": "longtext",
"example": "<p>\r\nThis is a distinctive yet...",
"description": "This is the 'description' column of the 'masters_post' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_post' table."
},
{
"name": "image",
"type": "varchar",
"example": "blog_images/posts/rose-petals-...",
"description": "This is the 'image' column of the 'masters_post' table."
},
{
"name": "link",
"type": "longtext",
"example": "https://www.bookwedgo.com/",
"description": "This is the 'link' column of the 'masters_post' table."
},
{
"name": "name",
"type": "varchar",
"example": "Simple floral chandelier manda...",
"description": "This is the 'name' column of the 'masters_post' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_pricelist",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'masters_pricelist' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "138",
"description": "This is the 'created_by_id' column of the 'masters_pricelist' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-09-02 11:30:42.382161",
"description": "This is the 'created_on' column of the 'masters_pricelist' table."
},
{
"name": "description",
"type": "varchar",
"example": "",
"description": "This is the 'description' column of the 'masters_pricelist' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'masters_pricelist' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'masters_pricelist' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_pricelist' table."
},
{
"name": "name",
"type": "varchar",
"example": "Electricity",
"description": "This is the 'name' column of the 'masters_pricelist' table."
},
{
"name": "unit",
"type": "varchar",
"example": "Unit",
"description": "This is the 'unit' column of the 'masters_pricelist' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "138",
"description": "This is the 'updated_by_id' column of the 'masters_pricelist' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2024-11-21 15:43:23.972693",
"description": "This is the 'updated_on' column of the 'masters_pricelist' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_quotationtype",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'masters_quotationtype' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "138",
"description": "This is the 'created_by_id' column of the 'masters_quotationtype' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-12-20 16:46:28.262353",
"description": "This is the 'created_on' column of the 'masters_quotationtype' table."
},
{
"name": "description",
"type": "varchar",
"example": "test",
"description": "This is the 'description' column of the 'masters_quotationtype' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'masters_quotationtype' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'masters_quotationtype' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_quotationtype' table."
},
{
"name": "name",
"type": "varchar",
"example": "test",
"description": "This is the 'name' column of the 'masters_quotationtype' table."
},
{
"name": "quotation_type",
"type": "varchar",
"example": "inclusion",
"description": "This is the 'quotation_type' column of the 'masters_quotationtype' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'masters_quotationtype' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-12-20 16:46:28.262394",
"description": "This is the 'updated_on' column of the 'masters_quotationtype' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_seotags",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'masters_seotags' table."
},
{
"name": "canonical",
"type": "varchar",
"example": "None",
"description": "This is the 'canonical' column of the 'masters_seotags' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'masters_seotags' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-03-14 13:49:30.288749",
"description": "This is the 'created_on' column of the 'masters_seotags' table."
},
{
"name": "description",
"type": "varchar",
"example": "Sree Rukumaniammal Banquet Hal...",
"description": "This is the 'description' column of the 'masters_seotags' table."
},
{
"name": "h1",
"type": "varchar",
"example": "None",
"description": "This is the 'h1' column of the 'masters_seotags' table."
},
{
"name": "h2",
"type": "varchar",
"example": "None",
"description": "This is the 'h2' column of the 'masters_seotags' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'masters_seotags' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'masters_seotags' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_seotags' table."
},
{
"name": "kws",
"type": "longtext",
"example": "Sree Rukumaniammal Banquet Hal...",
"description": "This is the 'kws' column of the 'masters_seotags' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "1686",
"description": "This is the 'mandap_id_id' column of the 'masters_seotags' table."
},
{
"name": "title",
"type": "varchar",
"example": "Sree Rukumaniammal Banquet Hal...",
"description": "This is the 'title' column of the 'masters_seotags' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "139",
"description": "This is the 'updated_by_id' column of the 'masters_seotags' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-03-16 10:25:10.243708",
"description": "This is the 'updated_on' column of the 'masters_seotags' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_targetmaster",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'masters_targetmaster' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "1093",
"description": "This is the 'created_by_id' column of the 'masters_targetmaster' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-05-29 10:58:27.368518",
"description": "This is the 'created_on' column of the 'masters_targetmaster' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'masters_targetmaster' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'masters_targetmaster' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'masters_targetmaster' table."
},
{
"name": "mandapam_id",
"type": "bigint",
"example": "None",
"description": "This is the 'mandapam_id' column of the 'masters_targetmaster' table."
},
{
"name": "month",
"type": "int",
"example": "8",
"description": "This is the 'month' column of the 'masters_targetmaster' table."
},
{
"name": "target",
"type": "int",
"example": "10000",
"description": "This is the 'target' column of the 'masters_targetmaster' table."
},
{
"name": "target_type",
"type": "varchar",
"example": "vendor",
"description": "This is the 'target_type' column of the 'masters_targetmaster' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'masters_targetmaster' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-05-29 10:58:27.368556",
"description": "This is the 'updated_on' column of the 'masters_targetmaster' table."
},
{
"name": "user_id_id",
"type": "int",
"example": "140",
"description": "This is the 'user_id_id' column of the 'masters_targetmaster' table."
},
{
"name": "vendor_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'vendor_id_id' column of the 'masters_targetmaster' table."
},
{
"name": "year",
"type": "int",
"example": "2023",
"description": "This is the 'year' column of the 'masters_targetmaster' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_task",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'masters_task' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'masters_task' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'masters_task' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "",
"description": "This is the 'hidden' column of the 'masters_task' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "",
"description": "This is the 'hidden_reason' column of the 'masters_task' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'masters_task' table."
},
{
"name": "mandapam_id",
"type": "bigint",
"example": "",
"description": "This is the 'mandapam_id' column of the 'masters_task' table."
},
{
"name": "status",
"type": "varchar",
"example": "",
"description": "This is the 'status' column of the 'masters_task' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'masters_task' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'masters_task' table."
},
{
"name": "user_id",
"type": "int",
"example": "",
"description": "This is the 'user_id' column of the 'masters_task' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_vendorquotation",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'masters_vendorquotation' table."
},
{
"name": "amount",
"type": "double",
"example": "",
"description": "This is the 'amount' column of the 'masters_vendorquotation' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'masters_vendorquotation' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'masters_vendorquotation' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "",
"description": "This is the 'hidden' column of the 'masters_vendorquotation' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "",
"description": "This is the 'hidden_reason' column of the 'masters_vendorquotation' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'masters_vendorquotation' table."
},
{
"name": "mandap_id",
"type": "bigint",
"example": "",
"description": "This is the 'mandap_id' column of the 'masters_vendorquotation' table."
},
{
"name": "quotation_type_id",
"type": "bigint",
"example": "",
"description": "This is the 'quotation_type_id' column of the 'masters_vendorquotation' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'masters_vendorquotation' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'masters_vendorquotation' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "",
"description": "This is the 'vendor_id' column of the 'masters_vendorquotation' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_vendorquotationlines",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'masters_vendorquotationlines' table."
},
{
"name": "amount",
"type": "double",
"example": "",
"description": "This is the 'amount' column of the 'masters_vendorquotationlines' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'masters_vendorquotationlines' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'masters_vendorquotationlines' table."
},
{
"name": "description",
"type": "varchar",
"example": "",
"description": "This is the 'description' column of the 'masters_vendorquotationlines' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "",
"description": "This is the 'hidden' column of the 'masters_vendorquotationlines' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "",
"description": "This is the 'hidden_reason' column of the 'masters_vendorquotationlines' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'masters_vendorquotationlines' table."
},
{
"name": "tax_amount",
"type": "double",
"example": "",
"description": "This is the 'tax_amount' column of the 'masters_vendorquotationlines' table."
},
{
"name": "total_amount",
"type": "double",
"example": "",
"description": "This is the 'total_amount' column of the 'masters_vendorquotationlines' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'masters_vendorquotationlines' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'masters_vendorquotationlines' table."
},
{
"name": "vendor_quotation_id",
"type": "bigint",
"example": "",
"description": "This is the 'vendor_quotation_id' column of the 'masters_vendorquotationlines' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "masters_venueanalytics",
"schema": "public",
"fields": [
{
"name": "bookings",
"type": "int",
"example": "0",
"description": "This is the 'bookings' column of the 'masters_venueanalytics' table."
},
{
"name": "contacted",
"type": "int",
"example": "9",
"description": "This is the 'contacted' column of the 'masters_venueanalytics' table."
},
{
"name": "id",
"type": "bigint",
"example": "3",
"description": "This is the 'id' column of the 'masters_venueanalytics' table."
},
{
"name": "last_updated",
"type": "datetime",
"example": "2025-04-05 08:24:15.999345",
"description": "This is the 'last_updated' column of the 'masters_venueanalytics' table."
},
{
"name": "mandap_id",
"type": "bigint",
"example": "6271",
"description": "This is the 'mandap_id' column of the 'masters_venueanalytics' table."
},
{
"name": "unique_views",
"type": "int",
"example": "107",
"description": "This is the 'unique_views' column of the 'masters_venueanalytics' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "moderator_moderator",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'moderator_moderator' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'moderator_moderator' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'moderator_moderator' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'moderator_moderator' table."
},
{
"name": "model_name",
"type": "varchar",
"example": "",
"description": "This is the 'model_name' column of the 'moderator_moderator' table."
},
{
"name": "moderator_roles",
"type": "longtext",
"example": "",
"description": "This is the 'moderator_roles' column of the 'moderator_moderator' table."
},
{
"name": "moderator_status",
"type": "longtext",
"example": "",
"description": "This is the 'moderator_status' column of the 'moderator_moderator' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'moderator_moderator' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'moderator_moderator' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "muhurtham_calendar",
"schema": "public",
"fields": [
{
"name": "date",
"type": "json",
"example": "[\"2023-09-09\", \"2023-09-19\", \"...",
"description": "This is the 'date' column of the 'muhurtham_calendar' table."
},
{
"name": "id",
"type": "bigint",
"example": "4",
"description": "This is the 'id' column of the 'muhurtham_calendar' table."
},
{
"name": "state",
"type": "varchar",
"example": "Bihar",
"description": "This is the 'state' column of the 'muhurtham_calendar' table."
},
{
"name": "state_id_id",
"type": "bigint",
"example": "39",
"description": "This is the 'state_id_id' column of the 'muhurtham_calendar' table."
},
{
"name": "year",
"type": "varchar",
"example": "2023",
"description": "This is the 'year' column of the 'muhurtham_calendar' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "payment_response",
"schema": "public",
"fields": [
{
"name": "created_on",
"type": "datetime",
"example": "2023-04-06 23:47:01.638674",
"description": "This is the 'created_on' column of the 'payment_response' table."
},
{
"name": "decodedResponse",
"type": "varchar",
"example": "{'mercid': 'BOOKWEDGO', 'trans...",
"description": "This is the 'decodedResponse' column of the 'payment_response' table."
},
{
"name": "encodedBodyResponse",
"type": "varchar",
"example": "None",
"description": "This is the 'encodedBodyResponse' column of the 'payment_response' table."
},
{
"name": "encodedResponse",
"type": "varchar",
"example": "<QueryDict: {'terminal_state':...",
"description": "This is the 'encodedResponse' column of the 'payment_response' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'payment_response' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-04-06 18:17:01.641530",
"description": "This is the 'updated_on' column of the 'payment_response' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "pending_mandap_pricing_incl_excl",
"schema": "public",
"fields": [
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'pending_mandap_pricing_incl_excl' table."
},
{
"name": "list_item_id",
"type": "bigint",
"example": "1",
"description": "This is the 'list_item_id' column of the 'pending_mandap_pricing_incl_excl' table."
},
{
"name": "mandap_pricing_id",
"type": "bigint",
"example": "1",
"description": "This is the 'mandap_pricing_id' column of the 'pending_mandap_pricing_incl_excl' table."
},
{
"name": "price_type",
"type": "varchar",
"example": "None",
"description": "This is the 'price_type' column of the 'pending_mandap_pricing_incl_excl' table."
},
{
"name": "price_value",
"type": "double",
"example": "2.0",
"description": "This is the 'price_value' column of the 'pending_mandap_pricing_incl_excl' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "razor_payment_order",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'razor_payment_order' table."
},
{
"name": "amount",
"type": "double",
"example": "1.0",
"description": "This is the 'amount' column of the 'razor_payment_order' table."
},
{
"name": "booking_id_id",
"type": "bigint",
"example": "904",
"description": "This is the 'booking_id_id' column of the 'razor_payment_order' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "4960",
"description": "This is the 'created_by_id' column of the 'razor_payment_order' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2024-08-06 14:33:07.944751",
"description": "This is the 'created_on' column of the 'razor_payment_order' table."
},
{
"name": "customer_id",
"type": "bigint",
"example": "38",
"description": "This is the 'customer_id' column of the 'razor_payment_order' table."
},
{
"name": "failure_details",
"type": "json",
"example": "{\"code\": \"BAD_REQUEST_ERROR\", ...",
"description": "This is the 'failure_details' column of the 'razor_payment_order' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'razor_payment_order' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'razor_payment_order' table."
},
{
"name": "id",
"type": "bigint",
"example": "52",
"description": "This is the 'id' column of the 'razor_payment_order' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "+91-7904133940",
"description": "This is the 'mobile' column of the 'razor_payment_order' table."
},
{
"name": "name",
"type": "varchar",
"example": "jayasree",
"description": "This is the 'name' column of the 'razor_payment_order' table."
},
{
"name": "payment_id",
"type": "longtext",
"example": "pay_OhYdchcWT3Txeb",
"description": "This is the 'payment_id' column of the 'razor_payment_order' table."
},
{
"name": "payment_type",
"type": "varchar",
"example": "Reservation",
"description": "This is the 'payment_type' column of the 'razor_payment_order' table."
},
{
"name": "paymentlink",
"type": "longtext",
"example": "http://localhost:3000/wedding/...",
"description": "This is the 'paymentlink' column of the 'razor_payment_order' table."
},
{
"name": "provider_order_id",
"type": "varchar",
"example": "order_OhYbogBDrAX4oe",
"description": "This is the 'provider_order_id' column of the 'razor_payment_order' table."
},
{
"name": "signature_id",
"type": "varchar",
"example": "21c1594bc5bb01bda58d798a4d2f92...",
"description": "This is the 'signature_id' column of the 'razor_payment_order' table."
},
{
"name": "status",
"type": "varchar",
"example": "Success",
"description": "This is the 'status' column of the 'razor_payment_order' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'razor_payment_order' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2024-08-06 15:38:17.646782",
"description": "This is the 'updated_on' column of the 'razor_payment_order' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "None",
"description": "This is the 'vendor_id' column of the 'razor_payment_order' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "razor_payment_razorpaymentlog",
"schema": "public",
"fields": [
{
"name": "booking_id",
"type": "bigint",
"example": "906",
"description": "This is the 'booking_id' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "4960",
"description": "This is the 'created_by_id' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "order_id",
"type": "bigint",
"example": "54",
"description": "This is the 'order_id' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "order_request",
"type": "longtext",
"example": "{\"razorpay_order_id\": \"order_O...",
"description": "This is the 'order_request' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "order_response",
"type": "longtext",
"example": "{\"entity\": {\"id\": \"order_OhZtr...",
"description": "This is the 'order_response' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "payment_request",
"type": "longtext",
"example": "None",
"description": "This is the 'payment_request' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "payment_response",
"type": "longtext",
"example": "{\"entity\": \"event\", \"account_i...",
"description": "This is the 'payment_response' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "payment_type_status",
"type": "varchar",
"example": "Customer Booking",
"description": "This is the 'payment_type_status' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "razorpayment_orderid",
"type": "varchar",
"example": "order_OhZtrHQu7OND01",
"description": "This is the 'razorpayment_orderid' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "status",
"type": "varchar",
"example": "payment_success",
"description": "This is the 'status' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'razor_payment_razorpaymentlog' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2024-08-06 16:24:50.663262",
"description": "This is the 'updated_on' column of the 'razor_payment_razorpaymentlog' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "razor_payment_webengagewattilog",
"schema": "public",
"fields": [
{
"name": "buttonURL",
"type": "varchar",
"example": "https://www.bookwedgo.com",
"description": "This is the 'buttonURL' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2024-09-12 16:23:55.740390",
"description": "This is the 'created_on' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "customParams",
"type": "longtext",
"example": "[]",
"description": "This is the 'customParams' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "failure_details",
"type": "json",
"example": "{}",
"description": "This is the 'failure_details' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "fromNumber",
"type": "varchar",
"example": "+919778415067",
"description": "This is the 'fromNumber' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "messageID",
"type": "varchar",
"example": "3aae0ff4-aa8a-47e9-b466-1fb945...",
"description": "This is the 'messageID' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "status",
"type": "varchar",
"example": "success",
"description": "This is the 'status' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "template_name",
"type": "varchar",
"example": "campaign_test",
"description": "This is the 'template_name' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "toNumber",
"type": "varchar",
"example": "+91-8098209843",
"description": "This is the 'toNumber' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "wattiData",
"type": "json",
"example": "\"{\\\"template_name\\\": \\\"campaig...",
"description": "This is the 'wattiData' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "wattiResponse",
"type": "longtext",
"example": "{\"template_name\": \"campaign_te...",
"description": "This is the 'wattiResponse' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "webEngageBody",
"type": "json",
"example": "{\"reason\": \"sent successfully ...",
"description": "This is the 'webEngageBody' column of the 'razor_payment_webengagewattilog' table."
},
{
"name": "webEngageResponse",
"type": "longtext",
"example": "<Response [200]>",
"description": "This is the 'webEngageResponse' column of the 'razor_payment_webengagewattilog' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "razor_payment_webhookevent",
"schema": "public",
"fields": [
{
"name": "event_id",
"type": "varchar",
"example": "OiJy2JZQqN224Q",
"description": "This is the 'event_id' column of the 'razor_payment_webhookevent' table."
},
{
"name": "event_type",
"type": "varchar",
"example": "payment.captured",
"description": "This is the 'event_type' column of the 'razor_payment_webhookevent' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'razor_payment_webhookevent' table."
},
{
"name": "order_id",
"type": "bigint",
"example": "None",
"description": "This is the 'order_id' column of the 'razor_payment_webhookevent' table."
},
{
"name": "payload",
"type": "json",
"example": "{\"event\": \"payment.captured\", ...",
"description": "This is the 'payload' column of the 'razor_payment_webhookevent' table."
},
{
"name": "received_at",
"type": "datetime",
"example": "2024-08-08 12:52:45.667001",
"description": "This is the 'received_at' column of the 'razor_payment_webhookevent' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "sms_services_googlesignupuser",
"schema": "public",
"fields": [
{
"name": "email",
"type": "varchar",
"example": "dinesh.v@hyperready.tech",
"description": "This is the 'email' column of the 'sms_services_googlesignupuser' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'sms_services_googlesignupuser' table."
},
{
"name": "image",
"type": "varchar",
"example": "https://lh3.googleusercontent....",
"description": "This is the 'image' column of the 'sms_services_googlesignupuser' table."
},
{
"name": "name",
"type": "varchar",
"example": "Dinesh v",
"description": "This is the 'name' column of the 'sms_services_googlesignupuser' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "sms_services_otplog",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'sms_services_otplog' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'sms_services_otplog' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-27 17:07:33.572091",
"description": "This is the 'created_on' column of the 'sms_services_otplog' table."
},
{
"name": "email",
"type": "varchar",
"example": "None",
"description": "This is the 'email' column of the 'sms_services_otplog' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'sms_services_otplog' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'sms_services_otplog' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'sms_services_otplog' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "8281857370",
"description": "This is the 'mobile' column of the 'sms_services_otplog' table."
},
{
"name": "otp_code",
"type": "varchar",
"example": "679361",
"description": "This is the 'otp_code' column of the 'sms_services_otplog' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "139",
"description": "This is the 'updated_by_id' column of the 'sms_services_otplog' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-08-27 17:07:33.572163",
"description": "This is the 'updated_on' column of the 'sms_services_otplog' table."
},
{
"name": "user_type",
"type": "varchar",
"example": "customer",
"description": "This is the 'user_type' column of the 'sms_services_otplog' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "None",
"description": "This is the 'vendor_id' column of the 'sms_services_otplog' table."
},
{
"name": "verified",
"type": "tinyint",
"example": "0",
"description": "This is the 'verified' column of the 'sms_services_otplog' table."
},
{
"name": "verified_at",
"type": "datetime",
"example": "None",
"description": "This is the 'verified_at' column of the 'sms_services_otplog' table."
},
{
"name": "verified_by_id",
"type": "int",
"example": "None",
"description": "This is the 'verified_by_id' column of the 'sms_services_otplog' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "sms_services_popuplog",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'sms_services_popuplog' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "138",
"description": "This is the 'created_by_id' column of the 'sms_services_popuplog' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2024-07-11 16:03:05.722630",
"description": "This is the 'created_on' column of the 'sms_services_popuplog' table."
},
{
"name": "Customer_id",
"type": "bigint",
"example": "531",
"description": "This is the 'Customer_id' column of the 'sms_services_popuplog' table."
},
{
"name": "email",
"type": "varchar",
"example": "test@gmail.com",
"description": "This is the 'email' column of the 'sms_services_popuplog' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'sms_services_popuplog' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'sms_services_popuplog' table."
},
{
"name": "id",
"type": "bigint",
"example": "14",
"description": "This is the 'id' column of the 'sms_services_popuplog' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "9487080432",
"description": "This is the 'mobile' column of the 'sms_services_popuplog' table."
},
{
"name": "name",
"type": "varchar",
"example": "Test",
"description": "This is the 'name' column of the 'sms_services_popuplog' table."
},
{
"name": "otp_code",
"type": "varchar",
"example": "919272",
"description": "This is the 'otp_code' column of the 'sms_services_popuplog' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'sms_services_popuplog' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2024-07-11 16:03:05.722676",
"description": "This is the 'updated_on' column of the 'sms_services_popuplog' table."
},
{
"name": "url",
"type": "longtext",
"example": "None",
"description": "This is the 'url' column of the 'sms_services_popuplog' table."
},
{
"name": "verified",
"type": "tinyint",
"example": "1",
"description": "This is the 'verified' column of the 'sms_services_popuplog' table."
},
{
"name": "verified_at",
"type": "datetime",
"example": "2024-07-11 16:03:05.720857",
"description": "This is the 'verified_at' column of the 'sms_services_popuplog' table."
},
{
"name": "verified_by_id",
"type": "int",
"example": "138",
"description": "This is the 'verified_by_id' column of the 'sms_services_popuplog' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "sms_services_smslog",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'sms_services_smslog' table."
},
{
"name": "content",
"type": "longtext",
"example": "Dear Kalyan Jewellers dashboar...",
"description": "This is the 'content' column of the 'sms_services_smslog' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'sms_services_smslog' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-27 15:47:35.392042",
"description": "This is the 'created_on' column of the 'sms_services_smslog' table."
},
{
"name": "email",
"type": "varchar",
"example": "None",
"description": "This is the 'email' column of the 'sms_services_smslog' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'sms_services_smslog' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'sms_services_smslog' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'sms_services_smslog' table."
},
{
"name": "log_type",
"type": "varchar",
"example": "pay_link",
"description": "This is the 'log_type' column of the 'sms_services_smslog' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "8281857370",
"description": "This is the 'mobile' column of the 'sms_services_smslog' table."
},
{
"name": "otplog_id",
"type": "bigint",
"example": "None",
"description": "This is the 'otplog_id' column of the 'sms_services_smslog' table."
},
{
"name": "response_params",
"type": "longtext",
"example": "{'customerId': 'Kalyan_Jweller...",
"description": "This is the 'response_params' column of the 'sms_services_smslog' table."
},
{
"name": "status",
"type": "varchar",
"example": "success",
"description": "This is the 'status' column of the 'sms_services_smslog' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'sms_services_smslog' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-08-27 15:47:35.392121",
"description": "This is the 'updated_on' column of the 'sms_services_smslog' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "state",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'state' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'state' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-08 18:32:28.969272",
"description": "This is the 'created_on' column of the 'state' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'state' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'state' table."
},
{
"name": "id",
"type": "bigint",
"example": "36",
"description": "This is the 'id' column of the 'state' table."
},
{
"name": "name",
"type": "varchar",
"example": "Andhra Pradesh",
"description": "This is the 'name' column of the 'state' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'state' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-08-08 18:32:28.969436",
"description": "This is the 'updated_on' column of the 'state' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "type_of_concern",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'type_of_concern' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'type_of_concern' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-08 18:39:31.337325",
"description": "This is the 'created_on' column of the 'type_of_concern' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'type_of_concern' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'type_of_concern' table."
},
{
"name": "id",
"type": "bigint",
"example": "8",
"description": "This is the 'id' column of the 'type_of_concern' table."
},
{
"name": "type_name",
"type": "varchar",
"example": "Sole Proprietorship",
"description": "This is the 'type_name' column of the 'type_of_concern' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'type_of_concern' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-08-08 18:39:31.337413",
"description": "This is the 'updated_on' column of the 'type_of_concern' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "user_role_profile",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'user_role_profile' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "138",
"description": "This is the 'created_by_id' column of the 'user_role_profile' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-05-04 16:01:41.786202",
"description": "This is the 'created_on' column of the 'user_role_profile' table."
},
{
"name": "firebase_token",
"type": "longtext",
"example": "f9-mQcAwRaaIDIPJ0X9ZV0:APA91bE...",
"description": "This is the 'firebase_token' column of the 'user_role_profile' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'user_role_profile' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'user_role_profile' table."
},
{
"name": "id",
"type": "bigint",
"example": "134",
"description": "This is the 'id' column of the 'user_role_profile' table."
},
{
"name": "mobile",
"type": "varchar",
"example": "1234567890",
"description": "This is the 'mobile' column of the 'user_role_profile' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "138",
"description": "This is the 'updated_by_id' column of the 'user_role_profile' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2024-10-07 13:06:26.609486",
"description": "This is the 'updated_on' column of the 'user_role_profile' table."
},
{
"name": "user_code",
"type": "varchar",
"example": "14331574",
"description": "This is the 'user_code' column of the 'user_role_profile' table."
},
{
"name": "user_id",
"type": "int",
"example": "138",
"description": "This is the 'user_id' column of the 'user_role_profile' table."
},
{
"name": "user_role",
"type": "varchar",
"example": "admin",
"description": "This is the 'user_role' column of the 'user_role_profile' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "user_role_profile_vendor_ids",
"schema": "public",
"fields": [
{
"name": "id",
"type": "bigint",
"example": "3586",
"description": "This is the 'id' column of the 'user_role_profile_vendor_ids' table."
},
{
"name": "userroleprofile_id",
"type": "bigint",
"example": "134",
"description": "This is the 'userroleprofile_id' column of the 'user_role_profile_vendor_ids' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "3071",
"description": "This is the 'vendor_id' column of the 'user_role_profile_vendor_ids' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendor",
"schema": "public",
"fields": [
{
"name": "account_confirmation",
"type": "tinyint",
"example": "1",
"description": "This is the 'account_confirmation' column of the 'vendor' table."
},
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'vendor' table."
},
{
"name": "address_1",
"type": "varchar",
"example": "67-71, Dr Krishnasamy Mudaliya...",
"description": "This is the 'address_1' column of the 'vendor' table."
},
{
"name": "address_2",
"type": "varchar",
"example": "",
"description": "This is the 'address_2' column of the 'vendor' table."
},
{
"name": "authorized_sign",
"type": "varchar",
"example": "",
"description": "This is the 'authorized_sign' column of the 'vendor' table."
},
{
"name": "bank_ac_holder_name",
"type": "varchar",
"example": "None",
"description": "This is the 'bank_ac_holder_name' column of the 'vendor' table."
},
{
"name": "bank_ac_number",
"type": "varchar",
"example": "None",
"description": "This is the 'bank_ac_number' column of the 'vendor' table."
},
{
"name": "bank_branch_details",
"type": "varchar",
"example": "None",
"description": "This is the 'bank_branch_details' column of the 'vendor' table."
},
{
"name": "bank_ifsc",
"type": "varchar",
"example": "None",
"description": "This is the 'bank_ifsc' column of the 'vendor' table."
},
{
"name": "bank_mimr",
"type": "varchar",
"example": "None",
"description": "This is the 'bank_mimr' column of the 'vendor' table."
},
{
"name": "campaign_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'campaign_id_id' column of the 'vendor' table."
},
{
"name": "cancelled_cheque",
"type": "varchar",
"example": "",
"description": "This is the 'cancelled_cheque' column of the 'vendor' table."
},
{
"name": "category_id_id",
"type": "bigint",
"example": "13",
"description": "This is the 'category_id_id' column of the 'vendor' table."
},
{
"name": "city_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'city_id_id' column of the 'vendor' table."
},
{
"name": "contact_email",
"type": "varchar",
"example": "",
"description": "This is the 'contact_email' column of the 'vendor' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "144",
"description": "This is the 'created_by_id' column of the 'vendor' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-09 12:03:13.675838",
"description": "This is the 'created_on' column of the 'vendor' table."
},
{
"name": "current_status",
"type": "varchar",
"example": "registered",
"description": "This is the 'current_status' column of the 'vendor' table."
},
{
"name": "demo_seen_manager",
"type": "tinyint",
"example": "1",
"description": "This is the 'demo_seen_manager' column of the 'vendor' table."
},
{
"name": "demo_seen_owner",
"type": "tinyint",
"example": "1",
"description": "This is the 'demo_seen_owner' column of the 'vendor' table."
},
{
"name": "edited",
"type": "tinyint",
"example": "0",
"description": "This is the 'edited' column of the 'vendor' table."
},
{
"name": "enrollment_form",
"type": "varchar",
"example": "",
"description": "This is the 'enrollment_form' column of the 'vendor' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'vendor' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'vendor' table."
},
{
"name": "id",
"type": "bigint",
"example": "153",
"description": "This is the 'id' column of the 'vendor' table."
},
{
"name": "is_images_pending",
"type": "tinyint",
"example": "0",
"description": "This is the 'is_images_pending' column of the 'vendor' table."
},
{
"name": "is_kyc_pending",
"type": "tinyint",
"example": "0",
"description": "This is the 'is_kyc_pending' column of the 'vendor' table."
},
{
"name": "moderator_id",
"type": "varchar",
"example": "None",
"description": "This is the 'moderator_id' column of the 'vendor' table."
},
{
"name": "otp_confirmation",
"type": "tinyint",
"example": "0",
"description": "This is the 'otp_confirmation' column of the 'vendor' table."
},
{
"name": "owner_aadhar",
"type": "varchar",
"example": "",
"description": "This is the 'owner_aadhar' column of the 'vendor' table."
},
{
"name": "owner_aadhar_no",
"type": "varchar",
"example": "None",
"description": "This is the 'owner_aadhar_no' column of the 'vendor' table."
},
{
"name": "owner_email",
"type": "varchar",
"example": "",
"description": "This is the 'owner_email' column of the 'vendor' table."
},
{
"name": "owner_name",
"type": "varchar",
"example": "",
"description": "This is the 'owner_name' column of the 'vendor' table."
},
{
"name": "owner_PAN",
"type": "varchar",
"example": "",
"description": "This is the 'owner_PAN' column of the 'vendor' table."
},
{
"name": "owner_pan_no",
"type": "varchar",
"example": "None",
"description": "This is the 'owner_pan_no' column of the 'vendor' table."
},
{
"name": "owner_phone",
"type": "varchar",
"example": "7299355510",
"description": "This is the 'owner_phone' column of the 'vendor' table."
},
{
"name": "state_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'state_id_id' column of the 'vendor' table."
},
{
"name": "type_of_concern_id_id",
"type": "bigint",
"example": "10",
"description": "This is the 'type_of_concern_id_id' column of the 'vendor' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'vendor' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-02-23 10:18:06.070500",
"description": "This is the 'updated_on' column of the 'vendor' table."
},
{
"name": "user_id",
"type": "int",
"example": "144",
"description": "This is the 'user_id' column of the 'vendor' table."
},
{
"name": "vendor_name",
"type": "varchar",
"example": "Brookefields Banquet Hall",
"description": "This is the 'vendor_name' column of the 'vendor' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendor_alldatesavailablemandapam",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "0",
"description": "This is the 'active' column of the 'vendor_alldatesavailablemandapam' table."
},
{
"name": "all_dates",
"type": "datetime",
"example": "2023-12-03 00:00:00",
"description": "This is the 'all_dates' column of the 'vendor_alldatesavailablemandapam' table."
},
{
"name": "all_day_available",
"type": "tinyint",
"example": "0",
"description": "This is the 'all_day_available' column of the 'vendor_alldatesavailablemandapam' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "138",
"description": "This is the 'created_by_id' column of the 'vendor_alldatesavailablemandapam' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2024-04-25 12:56:41.979312",
"description": "This is the 'created_on' column of the 'vendor_alldatesavailablemandapam' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "1",
"description": "This is the 'hidden' column of the 'vendor_alldatesavailablemandapam' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'vendor_alldatesavailablemandapam' table."
},
{
"name": "id",
"type": "bigint",
"example": "5",
"description": "This is the 'id' column of the 'vendor_alldatesavailablemandapam' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "5163",
"description": "This is the 'mandap_id_id' column of the 'vendor_alldatesavailablemandapam' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "138",
"description": "This is the 'updated_by_id' column of the 'vendor_alldatesavailablemandapam' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2024-04-25 12:56:41.979385",
"description": "This is the 'updated_on' column of the 'vendor_alldatesavailablemandapam' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendor_bonus",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'vendor_bonus' table."
},
{
"name": "amount",
"type": "double",
"example": "",
"description": "This is the 'amount' column of the 'vendor_bonus' table."
},
{
"name": "bonus_date",
"type": "datetime",
"example": "",
"description": "This is the 'bonus_date' column of the 'vendor_bonus' table."
},
{
"name": "booking_id",
"type": "bigint",
"example": "",
"description": "This is the 'booking_id' column of the 'vendor_bonus' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'vendor_bonus' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'vendor_bonus' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "",
"description": "This is the 'hidden' column of the 'vendor_bonus' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "",
"description": "This is the 'hidden_reason' column of the 'vendor_bonus' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'vendor_bonus' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'vendor_bonus' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'vendor_bonus' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "",
"description": "This is the 'vendor_id' column of the 'vendor_bonus' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendor_cashback",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'vendor_cashback' table."
},
{
"name": "amount",
"type": "double",
"example": "",
"description": "This is the 'amount' column of the 'vendor_cashback' table."
},
{
"name": "booking_id",
"type": "bigint",
"example": "",
"description": "This is the 'booking_id' column of the 'vendor_cashback' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'vendor_cashback' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'vendor_cashback' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "",
"description": "This is the 'hidden' column of the 'vendor_cashback' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "",
"description": "This is the 'hidden_reason' column of the 'vendor_cashback' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'vendor_cashback' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'vendor_cashback' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'vendor_cashback' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "",
"description": "This is the 'vendor_id' column of the 'vendor_cashback' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendor_category",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'vendor_category' table."
},
{
"name": "category",
"type": "varchar",
"example": "Mandapam",
"description": "This is the 'category' column of the 'vendor_category' table."
},
{
"name": "category_description",
"type": "longtext",
"example": "",
"description": "This is the 'category_description' column of the 'vendor_category' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'vendor_category' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-08 18:41:15.995119",
"description": "This is the 'created_on' column of the 'vendor_category' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'vendor_category' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'vendor_category' table."
},
{
"name": "id",
"type": "bigint",
"example": "13",
"description": "This is the 'id' column of the 'vendor_category' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'vendor_category' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-08-08 18:41:15.995206",
"description": "This is the 'updated_on' column of the 'vendor_category' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendor_images",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'vendor_images' table."
},
{
"name": "cover_image",
"type": "tinyint",
"example": "0",
"description": "This is the 'cover_image' column of the 'vendor_images' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'vendor_images' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-16 17:58:37.248405",
"description": "This is the 'created_on' column of the 'vendor_images' table."
},
{
"name": "description",
"type": "varchar",
"example": "annapoorna sri valli complex B...",
"description": "This is the 'description' column of the 'vendor_images' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'vendor_images' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'vendor_images' table."
},
{
"name": "id",
"type": "bigint",
"example": "348",
"description": "This is the 'id' column of the 'vendor_images' table."
},
{
"name": "image",
"type": "varchar",
"example": "Mandapam Images/Annapoorna - S...",
"description": "This is the 'image' column of the 'vendor_images' table."
},
{
"name": "image_category_id_id",
"type": "bigint",
"example": "16",
"description": "This is the 'image_category_id_id' column of the 'vendor_images' table."
},
{
"name": "image_name",
"type": "varchar",
"example": "annapoorna sri valli complex B...",
"description": "This is the 'image_name' column of the 'vendor_images' table."
},
{
"name": "title",
"type": "varchar",
"example": "annapoorna sri valli complex B...",
"description": "This is the 'title' column of the 'vendor_images' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "139",
"description": "This is the 'updated_by_id' column of the 'vendor_images' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-03-17 12:07:06.433971",
"description": "This is the 'updated_on' column of the 'vendor_images' table."
},
{
"name": "vendor_mandap_id_id",
"type": "bigint",
"example": "296",
"description": "This is the 'vendor_mandap_id_id' column of the 'vendor_images' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendor_mandap",
"schema": "public",
"fields": [
{
"name": "ac_type",
"type": "varchar",
"example": "ac",
"description": "This is the 'ac_type' column of the 'vendor_mandap' table."
},
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'vendor_mandap' table."
},
{
"name": "address_1",
"type": "longtext",
"example": "67-71, Dr Krishnasamy Mudaliya...",
"description": "This is the 'address_1' column of the 'vendor_mandap' table."
},
{
"name": "address_2",
"type": "varchar",
"example": "None",
"description": "This is the 'address_2' column of the 'vendor_mandap' table."
},
{
"name": "agreed_to_online_payment",
"type": "tinyint",
"example": "0",
"description": "This is the 'agreed_to_online_payment' column of the 'vendor_mandap' table."
},
{
"name": "air_conditioner",
"type": "tinyint",
"example": "0",
"description": "This is the 'air_conditioner' column of the 'vendor_mandap' table."
},
{
"name": "area_id_id",
"type": "bigint",
"example": "29",
"description": "This is the 'area_id_id' column of the 'vendor_mandap' table."
},
{
"name": "area_sqft",
"type": "varchar",
"example": "2000",
"description": "This is the 'area_sqft' column of the 'vendor_mandap' table."
},
{
"name": "bike_parking_capacity",
"type": "varchar",
"example": "50",
"description": "This is the 'bike_parking_capacity' column of the 'vendor_mandap' table."
},
{
"name": "bride_room",
"type": "tinyint",
"example": "0",
"description": "This is the 'bride_room' column of the 'vendor_mandap' table."
},
{
"name": "buffet_crockery_available",
"type": "tinyint",
"example": "0",
"description": "This is the 'buffet_crockery_available' column of the 'vendor_mandap' table."
},
{
"name": "bwg_promise",
"type": "tinyint",
"example": "0",
"description": "This is the 'bwg_promise' column of the 'vendor_mandap' table."
},
{
"name": "car_parking_capacity",
"type": "varchar",
"example": "20",
"description": "This is the 'car_parking_capacity' column of the 'vendor_mandap' table."
},
{
"name": "catering",
"type": "tinyint",
"example": "0",
"description": "This is the 'catering' column of the 'vendor_mandap' table."
},
{
"name": "city_id_id",
"type": "bigint",
"example": "18",
"description": "This is the 'city_id_id' column of the 'vendor_mandap' table."
},
{
"name": "common_area_ac",
"type": "tinyint",
"example": "1",
"description": "This is the 'common_area_ac' column of the 'vendor_mandap' table."
},
{
"name": "contact_person_name",
"type": "varchar",
"example": "Priya",
"description": "This is the 'contact_person_name' column of the 'vendor_mandap' table."
},
{
"name": "cooking_fuel_provided",
"type": "tinyint",
"example": "0",
"description": "This is the 'cooking_fuel_provided' column of the 'vendor_mandap' table."
},
{
"name": "cooking_fuel_used",
"type": "varchar",
"example": "None",
"description": "This is the 'cooking_fuel_used' column of the 'vendor_mandap' table."
},
{
"name": "cooking_utensils_available",
"type": "tinyint",
"example": "0",
"description": "This is the 'cooking_utensils_available' column of the 'vendor_mandap' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "144",
"description": "This is the 'created_by_id' column of the 'vendor_mandap' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-08-09 12:20:18.204934",
"description": "This is the 'created_on' column of the 'vendor_mandap' table."
},
{
"name": "dining_ac",
"type": "tinyint",
"example": "1",
"description": "This is the 'dining_ac' column of the 'vendor_mandap' table."
},
{
"name": "dining_capacity",
"type": "varchar",
"example": "150",
"description": "This is the 'dining_capacity' column of the 'vendor_mandap' table."
},
{
"name": "dining_level",
"type": "varchar",
"example": "level1",
"description": "This is the 'dining_level' column of the 'vendor_mandap' table."
},
{
"name": "disable_online_bookings",
"type": "tinyint",
"example": "0",
"description": "This is the 'disable_online_bookings' column of the 'vendor_mandap' table."
},
{
"name": "discount_percent",
"type": "double",
"example": "0.0",
"description": "This is the 'discount_percent' column of the 'vendor_mandap' table."
},
{
"name": "distance_from_bus_stand",
"type": "varchar",
"example": "1 Km",
"description": "This is the 'distance_from_bus_stand' column of the 'vendor_mandap' table."
},
{
"name": "distance_from_railway_station",
"type": "varchar",
"example": "2 Km",
"description": "This is the 'distance_from_railway_station' column of the 'vendor_mandap' table."
},
{
"name": "email",
"type": "varchar",
"example": "priya@brookefields.com",
"description": "This is the 'email' column of the 'vendor_mandap' table."
},
{
"name": "entry_time",
"type": "time",
"example": "6:00:00",
"description": "This is the 'entry_time' column of the 'vendor_mandap' table."
},
{
"name": "exit_time",
"type": "time",
"example": "14:00:00",
"description": "This is the 'exit_time' column of the 'vendor_mandap' table."
},
{
"name": "food_type",
"type": "varchar",
"example": "both",
"description": "This is the 'food_type' column of the 'vendor_mandap' table."
},
{
"name": "generator_backup",
"type": "tinyint",
"example": "1",
"description": "This is the 'generator_backup' column of the 'vendor_mandap' table."
},
{
"name": "geocode",
"type": "point",
"example": "b'\\x00\\x00\\x00\\x00\\x01\\x01\\x00...",
"description": "This is the 'geocode' column of the 'vendor_mandap' table."
},
{
"name": "google_place_id",
"type": "varchar",
"example": "ChIJd2_PSgFZqDsR9a0W_-W8Dcs",
"description": "This is the 'google_place_id' column of the 'vendor_mandap' table."
},
{
"name": "grooms_room",
"type": "tinyint",
"example": "0",
"description": "This is the 'grooms_room' column of the 'vendor_mandap' table."
},
{
"name": "guest",
"type": "varchar",
"example": "250",
"description": "This is the 'guest' column of the 'vendor_mandap' table."
},
{
"name": "hall_ac",
"type": "tinyint",
"example": "1",
"description": "This is the 'hall_ac' column of the 'vendor_mandap' table."
},
{
"name": "hall_height",
"type": "varchar",
"example": "0",
"description": "This is the 'hall_height' column of the 'vendor_mandap' table."
},
{
"name": "hall_level",
"type": "varchar",
"example": "level1",
"description": "This is the 'hall_level' column of the 'vendor_mandap' table."
},
{
"name": "hall_sq_ft",
"type": "varchar",
"example": "1000",
"description": "This is the 'hall_sq_ft' column of the 'vendor_mandap' table."
},
{
"name": "handicap_ramp",
"type": "tinyint",
"example": "0",
"description": "This is the 'handicap_ramp' column of the 'vendor_mandap' table."
},
{
"name": "has_discount",
"type": "tinyint",
"example": "0",
"description": "This is the 'has_discount' column of the 'vendor_mandap' table."
},
{
"name": "having_offer",
"type": "tinyint",
"example": "0",
"description": "This is the 'having_offer' column of the 'vendor_mandap' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'vendor_mandap' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'vendor_mandap' table."
},
{
"name": "hide_price",
"type": "tinyint",
"example": "0",
"description": "This is the 'hide_price' column of the 'vendor_mandap' table."
},
{
"name": "homam_havan_fireritual",
"type": "tinyint",
"example": "1",
"description": "This is the 'homam_havan_fireritual' column of the 'vendor_mandap' table."
},
{
"name": "id",
"type": "bigint",
"example": "182",
"description": "This is the 'id' column of the 'vendor_mandap' table."
},
{
"name": "is_popular",
"type": "tinyint",
"example": "0",
"description": "This is the 'is_popular' column of the 'vendor_mandap' table."
},
{
"name": "kae_contact_number",
"type": "longtext",
"example": "9778415066",
"description": "This is the 'kae_contact_number' column of the 'vendor_mandap' table."
},
{
"name": "kae_id_id",
"type": "bigint",
"example": "24",
"description": "This is the 'kae_id_id' column of the 'vendor_mandap' table."
},
{
"name": "kae_name",
"type": "longtext",
"example": "Rahul",
"description": "This is the 'kae_name' column of the 'vendor_mandap' table."
},
{
"name": "land_mark",
"type": "longtext",
"example": "On Main Road",
"description": "This is the 'land_mark' column of the 'vendor_mandap' table."
},
{
"name": "lane_line_number",
"type": "varchar",
"example": "None",
"description": "This is the 'lane_line_number' column of the 'vendor_mandap' table."
},
{
"name": "latitude",
"type": "varchar",
"example": "11.009800432140883",
"description": "This is the 'latitude' column of the 'vendor_mandap' table."
},
{
"name": "lift_access_to_dining_hall",
"type": "tinyint",
"example": "1",
"description": "This is the 'lift_access_to_dining_hall' column of the 'vendor_mandap' table."
},
{
"name": "lift_access_to_hall",
"type": "tinyint",
"example": "1",
"description": "This is the 'lift_access_to_hall' column of the 'vendor_mandap' table."
},
{
"name": "longitude",
"type": "varchar",
"example": "76.95905125397316",
"description": "This is the 'longitude' column of the 'vendor_mandap' table."
},
{
"name": "mandap_classification_id_id",
"type": "bigint",
"example": "13",
"description": "This is the 'mandap_classification_id_id' column of the 'vendor_mandap' table."
},
{
"name": "mandap_description",
"type": "longtext",
"example": "Are you looking for kalyana ma...",
"description": "This is the 'mandap_description' column of the 'vendor_mandap' table."
},
{
"name": "mandap_name",
"type": "varchar",
"example": "Brookefields Cheran Hall in Co...",
"description": "This is the 'mandap_name' column of the 'vendor_mandap' table."
},
{
"name": "mandap_terms_and_condition",
"type": "longtext",
"example": "None",
"description": "This is the 'mandap_terms_and_condition' column of the 'vendor_mandap' table."
},
{
"name": "mandap_type_id_id",
"type": "bigint",
"example": "15",
"description": "This is the 'mandap_type_id_id' column of the 'vendor_mandap' table."
},
{
"name": "map_coordinates",
"type": "varchar",
"example": "None",
"description": "This is the 'map_coordinates' column of the 'vendor_mandap' table."
},
{
"name": "mobile_no",
"type": "varchar",
"example": "7299355510",
"description": "This is the 'mobile_no' column of the 'vendor_mandap' table."
},
{
"name": "nearest_bus_stand",
"type": "varchar",
"example": "RS Puram",
"description": "This is the 'nearest_bus_stand' column of the 'vendor_mandap' table."
},
{
"name": "nearest_Railway_Station",
"type": "varchar",
"example": "Coimbatore",
"description": "This is the 'nearest_Railway_Station' column of the 'vendor_mandap' table."
},
{
"name": "no_of_ac_rooms",
"type": "int",
"example": "2",
"description": "This is the 'no_of_ac_rooms' column of the 'vendor_mandap' table."
},
{
"name": "no_of_nonac_rooms",
"type": "int",
"example": "None",
"description": "This is the 'no_of_nonac_rooms' column of the 'vendor_mandap' table."
},
{
"name": "no_of_rooms",
"type": "int",
"example": "2",
"description": "This is the 'no_of_rooms' column of the 'vendor_mandap' table."
},
{
"name": "non_veg_cooking_allowed",
"type": "tinyint",
"example": "0",
"description": "This is the 'non_veg_cooking_allowed' column of the 'vendor_mandap' table."
},
{
"name": "non_veg_service_allowed",
"type": "tinyint",
"example": "1",
"description": "This is the 'non_veg_service_allowed' column of the 'vendor_mandap' table."
},
{
"name": "offers",
"type": "varchar",
"example": "None",
"description": "This is the 'offers' column of the 'vendor_mandap' table."
},
{
"name": "offers_list",
"type": "longtext",
"example": "None",
"description": "This is the 'offers_list' column of the 'vendor_mandap' table."
},
{
"name": "on_main_road",
"type": "tinyint",
"example": "1",
"description": "This is the 'on_main_road' column of the 'vendor_mandap' table."
},
{
"name": "other_facilities",
"type": "longtext",
"example": "NA",
"description": "This is the 'other_facilities' column of the 'vendor_mandap' table."
},
{
"name": "outdoor_buffet",
"type": "tinyint",
"example": "0",
"description": "This is the 'outdoor_buffet' column of the 'vendor_mandap' table."
},
{
"name": "outdoor_catering_allowed",
"type": "tinyint",
"example": "1",
"description": "This is the 'outdoor_catering_allowed' column of the 'vendor_mandap' table."
},
{
"name": "outside_entertainment_allowed",
"type": "tinyint",
"example": "1",
"description": "This is the 'outside_entertainment_allowed' column of the 'vendor_mandap' table."
},
{
"name": "outside_vendor_allowed",
"type": "tinyint",
"example": "1",
"description": "This is the 'outside_vendor_allowed' column of the 'vendor_mandap' table."
},
{
"name": "pillarless_hall",
"type": "tinyint",
"example": "1",
"description": "This is the 'pillarless_hall' column of the 'vendor_mandap' table."
},
{
"name": "pincode",
"type": "varchar",
"example": "641001",
"description": "This is the 'pincode' column of the 'vendor_mandap' table."
},
{
"name": "piped_gas",
"type": "tinyint",
"example": "0",
"description": "This is the 'piped_gas' column of the 'vendor_mandap' table."
},
{
"name": "price_id_id",
"type": "bigint",
"example": "4",
"description": "This is the 'price_id_id' column of the 'vendor_mandap' table."
},
{
"name": "primary_stage_dim_ft",
"type": "varchar",
"example": "50",
"description": "This is the 'primary_stage_dim_ft' column of the 'vendor_mandap' table."
},
{
"name": "rate_per_day",
"type": "double",
"example": "35000.0",
"description": "This is the 'rate_per_day' column of the 'vendor_mandap' table."
},
{
"name": "residential_area",
"type": "tinyint",
"example": "0",
"description": "This is the 'residential_area' column of the 'vendor_mandap' table."
},
{
"name": "rooms_terms_and_condition",
"type": "longtext",
"example": "None",
"description": "This is the 'rooms_terms_and_condition' column of the 'vendor_mandap' table."
},
{
"name": "safe_available",
"type": "tinyint",
"example": "0",
"description": "This is the 'safe_available' column of the 'vendor_mandap' table."
},
{
"name": "seating_capacity",
"type": "int",
"example": "250",
"description": "This is the 'seating_capacity' column of the 'vendor_mandap' table."
},
{
"name": "secondary_stage_available",
"type": "tinyint",
"example": "0",
"description": "This is the 'secondary_stage_available' column of the 'vendor_mandap' table."
},
{
"name": "secondary_stage_dim_ft",
"type": "varchar",
"example": "NA",
"description": "This is the 'secondary_stage_dim_ft' column of the 'vendor_mandap' table."
},
{
"name": "serving_available",
"type": "tinyint",
"example": "0",
"description": "This is the 'serving_available' column of the 'vendor_mandap' table."
},
{
"name": "stage_available",
"type": "tinyint",
"example": "1",
"description": "This is the 'stage_available' column of the 'vendor_mandap' table."
},
{
"name": "state_id_id",
"type": "bigint",
"example": "41",
"description": "This is the 'state_id_id' column of the 'vendor_mandap' table."
},
{
"name": "status",
"type": "varchar",
"example": "publish",
"description": "This is the 'status' column of the 'vendor_mandap' table."
},
{
"name": "tc_content",
"type": "longtext",
"example": "None",
"description": "This is the 'tc_content' column of the 'vendor_mandap' table."
},
{
"name": "title_description",
"type": "varchar",
"example": "Best Brookefields Cheran Banqu...",
"description": "This is the 'title_description' column of the 'vendor_mandap' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'vendor_mandap' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2025-01-30 17:52:56.611912",
"description": "This is the 'updated_on' column of the 'vendor_mandap' table."
},
{
"name": "valet_parking",
"type": "tinyint",
"example": "0",
"description": "This is the 'valet_parking' column of the 'vendor_mandap' table."
},
{
"name": "vegonly",
"type": "tinyint",
"example": "0",
"description": "This is the 'vegonly' column of the 'vendor_mandap' table."
},
{
"name": "vendor_id_id",
"type": "bigint",
"example": "153",
"description": "This is the 'vendor_id_id' column of the 'vendor_mandap' table."
},
{
"name": "wifi",
"type": "tinyint",
"example": "1",
"description": "This is the 'wifi' column of the 'vendor_mandap' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendor_mandap_pending",
"schema": "public",
"fields": [
{
"name": "ac_type",
"type": "varchar",
"example": "ac",
"description": "This is the 'ac_type' column of the 'vendor_mandap_pending' table."
},
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'vendor_mandap_pending' table."
},
{
"name": "address_1",
"type": "longtext",
"example": "13,69 kotagiri the Nilgiris",
"description": "This is the 'address_1' column of the 'vendor_mandap_pending' table."
},
{
"name": "address_2",
"type": "varchar",
"example": "None",
"description": "This is the 'address_2' column of the 'vendor_mandap_pending' table."
},
{
"name": "agreed_to_online_payment",
"type": "tinyint",
"example": "0",
"description": "This is the 'agreed_to_online_payment' column of the 'vendor_mandap_pending' table."
},
{
"name": "air_conditioner",
"type": "tinyint",
"example": "0",
"description": "This is the 'air_conditioner' column of the 'vendor_mandap_pending' table."
},
{
"name": "area_id_id",
"type": "bigint",
"example": "33",
"description": "This is the 'area_id_id' column of the 'vendor_mandap_pending' table."
},
{
"name": "area_sqft",
"type": "varchar",
"example": "100",
"description": "This is the 'area_sqft' column of the 'vendor_mandap_pending' table."
},
{
"name": "bike_parking_capacity",
"type": "varchar",
"example": "100",
"description": "This is the 'bike_parking_capacity' column of the 'vendor_mandap_pending' table."
},
{
"name": "bride_room",
"type": "tinyint",
"example": "0",
"description": "This is the 'bride_room' column of the 'vendor_mandap_pending' table."
},
{
"name": "buffet_crockery_available",
"type": "tinyint",
"example": "1",
"description": "This is the 'buffet_crockery_available' column of the 'vendor_mandap_pending' table."
},
{
"name": "bwg_promise",
"type": "tinyint",
"example": "0",
"description": "This is the 'bwg_promise' column of the 'vendor_mandap_pending' table."
},
{
"name": "car_parking_capacity",
"type": "varchar",
"example": "10",
"description": "This is the 'car_parking_capacity' column of the 'vendor_mandap_pending' table."
},
{
"name": "catering",
"type": "tinyint",
"example": "0",
"description": "This is the 'catering' column of the 'vendor_mandap_pending' table."
},
{
"name": "city_id_id",
"type": "bigint",
"example": "17",
"description": "This is the 'city_id_id' column of the 'vendor_mandap_pending' table."
},
{
"name": "common_area_ac",
"type": "tinyint",
"example": "1",
"description": "This is the 'common_area_ac' column of the 'vendor_mandap_pending' table."
},
{
"name": "contact_person_name",
"type": "varchar",
"example": "Hari Durasingam",
"description": "This is the 'contact_person_name' column of the 'vendor_mandap_pending' table."
},
{
"name": "cooking_fuel_provided",
"type": "tinyint",
"example": "0",
"description": "This is the 'cooking_fuel_provided' column of the 'vendor_mandap_pending' table."
},
{
"name": "cooking_fuel_used",
"type": "varchar",
"example": "gas",
"description": "This is the 'cooking_fuel_used' column of the 'vendor_mandap_pending' table."
},
{
"name": "cooking_utensils_available",
"type": "tinyint",
"example": "0",
"description": "This is the 'cooking_utensils_available' column of the 'vendor_mandap_pending' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "8882",
"description": "This is the 'created_by_id' column of the 'vendor_mandap_pending' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2024-08-30 17:53:43.405159",
"description": "This is the 'created_on' column of the 'vendor_mandap_pending' table."
},
{
"name": "dining_ac",
"type": "tinyint",
"example": "0",
"description": "This is the 'dining_ac' column of the 'vendor_mandap_pending' table."
},
{
"name": "dining_capacity",
"type": "varchar",
"example": "10",
"description": "This is the 'dining_capacity' column of the 'vendor_mandap_pending' table."
},
{
"name": "dining_level",
"type": "varchar",
"example": "level1",
"description": "This is the 'dining_level' column of the 'vendor_mandap_pending' table."
},
{
"name": "disable_online_bookings",
"type": "tinyint",
"example": "0",
"description": "This is the 'disable_online_bookings' column of the 'vendor_mandap_pending' table."
},
{
"name": "discount_percent",
"type": "double",
"example": "0.0",
"description": "This is the 'discount_percent' column of the 'vendor_mandap_pending' table."
},
{
"name": "distance_from_bus_stand",
"type": "varchar",
"example": "09",
"description": "This is the 'distance_from_bus_stand' column of the 'vendor_mandap_pending' table."
},
{
"name": "distance_from_railway_station",
"type": "varchar",
"example": "None",
"description": "This is the 'distance_from_railway_station' column of the 'vendor_mandap_pending' table."
},
{
"name": "email",
"type": "varchar",
"example": "hari143@gmail.com",
"description": "This is the 'email' column of the 'vendor_mandap_pending' table."
},
{
"name": "entry_time",
"type": "time",
"example": "None",
"description": "This is the 'entry_time' column of the 'vendor_mandap_pending' table."
},
{
"name": "exit_time",
"type": "time",
"example": "None",
"description": "This is the 'exit_time' column of the 'vendor_mandap_pending' table."
},
{
"name": "food_type",
"type": "varchar",
"example": "both",
"description": "This is the 'food_type' column of the 'vendor_mandap_pending' table."
},
{
"name": "generator_backup",
"type": "tinyint",
"example": "0",
"description": "This is the 'generator_backup' column of the 'vendor_mandap_pending' table."
},
{
"name": "grooms_room",
"type": "tinyint",
"example": "0",
"description": "This is the 'grooms_room' column of the 'vendor_mandap_pending' table."
},
{
"name": "guest",
"type": "varchar",
"example": "10",
"description": "This is the 'guest' column of the 'vendor_mandap_pending' table."
},
{
"name": "hall_ac",
"type": "tinyint",
"example": "0",
"description": "This is the 'hall_ac' column of the 'vendor_mandap_pending' table."
},
{
"name": "hall_height",
"type": "varchar",
"example": "None",
"description": "This is the 'hall_height' column of the 'vendor_mandap_pending' table."
},
{
"name": "hall_level",
"type": "varchar",
"example": "None",
"description": "This is the 'hall_level' column of the 'vendor_mandap_pending' table."
},
{
"name": "hall_sq_ft",
"type": "varchar",
"example": "2077",
"description": "This is the 'hall_sq_ft' column of the 'vendor_mandap_pending' table."
},
{
"name": "handicap_ramp",
"type": "tinyint",
"example": "0",
"description": "This is the 'handicap_ramp' column of the 'vendor_mandap_pending' table."
},
{
"name": "has_discount",
"type": "tinyint",
"example": "0",
"description": "This is the 'has_discount' column of the 'vendor_mandap_pending' table."
},
{
"name": "having_offer",
"type": "tinyint",
"example": "1",
"description": "This is the 'having_offer' column of the 'vendor_mandap_pending' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'vendor_mandap_pending' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'vendor_mandap_pending' table."
},
{
"name": "hide_price",
"type": "tinyint",
"example": "0",
"description": "This is the 'hide_price' column of the 'vendor_mandap_pending' table."
},
{
"name": "homam_havan_fireritual",
"type": "tinyint",
"example": "0",
"description": "This is the 'homam_havan_fireritual' column of the 'vendor_mandap_pending' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'vendor_mandap_pending' table."
},
{
"name": "is_approved",
"type": "tinyint",
"example": "1",
"description": "This is the 'is_approved' column of the 'vendor_mandap_pending' table."
},
{
"name": "is_edited",
"type": "tinyint",
"example": "1",
"description": "This is the 'is_edited' column of the 'vendor_mandap_pending' table."
},
{
"name": "is_popular",
"type": "tinyint",
"example": "0",
"description": "This is the 'is_popular' column of the 'vendor_mandap_pending' table."
},
{
"name": "is_rejected",
"type": "tinyint",
"example": "0",
"description": "This is the 'is_rejected' column of the 'vendor_mandap_pending' table."
},
{
"name": "kae_contact_number",
"type": "longtext",
"example": "",
"description": "This is the 'kae_contact_number' column of the 'vendor_mandap_pending' table."
},
{
"name": "kae_name",
"type": "longtext",
"example": "",
"description": "This is the 'kae_name' column of the 'vendor_mandap_pending' table."
},
{
"name": "land_mark",
"type": "longtext",
"example": "None",
"description": "This is the 'land_mark' column of the 'vendor_mandap_pending' table."
},
{
"name": "lane_line_number",
"type": "varchar",
"example": "9487080432",
"description": "This is the 'lane_line_number' column of the 'vendor_mandap_pending' table."
},
{
"name": "latitude",
"type": "varchar",
"example": "None",
"description": "This is the 'latitude' column of the 'vendor_mandap_pending' table."
},
{
"name": "lift_access_to_dining_hall",
"type": "tinyint",
"example": "1",
"description": "This is the 'lift_access_to_dining_hall' column of the 'vendor_mandap_pending' table."
},
{
"name": "lift_access_to_hall",
"type": "tinyint",
"example": "0",
"description": "This is the 'lift_access_to_hall' column of the 'vendor_mandap_pending' table."
},
{
"name": "longitude",
"type": "varchar",
"example": "None",
"description": "This is the 'longitude' column of the 'vendor_mandap_pending' table."
},
{
"name": "mandap_classification_id_id",
"type": "bigint",
"example": "12",
"description": "This is the 'mandap_classification_id_id' column of the 'vendor_mandap_pending' table."
},
{
"name": "mandap_description",
"type": "longtext",
"example": "Testing Mandapam",
"description": "This is the 'mandap_description' column of the 'vendor_mandap_pending' table."
},
{
"name": "mandap_name",
"type": "varchar",
"example": "sanjay test",
"description": "This is the 'mandap_name' column of the 'vendor_mandap_pending' table."
},
{
"name": "mandap_terms_and_condition",
"type": "longtext",
"example": "FVRFV",
"description": "This is the 'mandap_terms_and_condition' column of the 'vendor_mandap_pending' table."
},
{
"name": "mandap_type_id_id",
"type": "bigint",
"example": "23",
"description": "This is the 'mandap_type_id_id' column of the 'vendor_mandap_pending' table."
},
{
"name": "map_coordinates",
"type": "varchar",
"example": "None",
"description": "This is the 'map_coordinates' column of the 'vendor_mandap_pending' table."
},
{
"name": "mobile_no",
"type": "varchar",
"example": "9487080430",
"description": "This is the 'mobile_no' column of the 'vendor_mandap_pending' table."
},
{
"name": "modified_by",
"type": "varchar",
"example": "None",
"description": "This is the 'modified_by' column of the 'vendor_mandap_pending' table."
},
{
"name": "nearest_bus_stand",
"type": "varchar",
"example": "jhjhjh",
"description": "This is the 'nearest_bus_stand' column of the 'vendor_mandap_pending' table."
},
{
"name": "nearest_Railway_Station",
"type": "varchar",
"example": "tiruppur",
"description": "This is the 'nearest_Railway_Station' column of the 'vendor_mandap_pending' table."
},
{
"name": "no_of_ac_rooms",
"type": "int",
"example": "9",
"description": "This is the 'no_of_ac_rooms' column of the 'vendor_mandap_pending' table."
},
{
"name": "no_of_nonac_rooms",
"type": "int",
"example": "16",
"description": "This is the 'no_of_nonac_rooms' column of the 'vendor_mandap_pending' table."
},
{
"name": "no_of_rooms",
"type": "int",
"example": "None",
"description": "This is the 'no_of_rooms' column of the 'vendor_mandap_pending' table."
},
{
"name": "non_veg_cooking_allowed",
"type": "tinyint",
"example": "0",
"description": "This is the 'non_veg_cooking_allowed' column of the 'vendor_mandap_pending' table."
},
{
"name": "non_veg_service_allowed",
"type": "tinyint",
"example": "0",
"description": "This is the 'non_veg_service_allowed' column of the 'vendor_mandap_pending' table."
},
{
"name": "offers",
"type": "varchar",
"example": "VVmmmnnm",
"description": "This is the 'offers' column of the 'vendor_mandap_pending' table."
},
{
"name": "offers_list",
"type": "longtext",
"example": "None",
"description": "This is the 'offers_list' column of the 'vendor_mandap_pending' table."
},
{
"name": "on_main_road",
"type": "tinyint",
"example": "1",
"description": "This is the 'on_main_road' column of the 'vendor_mandap_pending' table."
},
{
"name": "other_facilities",
"type": "longtext",
"example": "VEV",
"description": "This is the 'other_facilities' column of the 'vendor_mandap_pending' table."
},
{
"name": "outdoor_buffet",
"type": "tinyint",
"example": "0",
"description": "This is the 'outdoor_buffet' column of the 'vendor_mandap_pending' table."
},
{
"name": "outdoor_catering_allowed",
"type": "tinyint",
"example": "0",
"description": "This is the 'outdoor_catering_allowed' column of the 'vendor_mandap_pending' table."
},
{
"name": "outside_entertainment_allowed",
"type": "tinyint",
"example": "1",
"description": "This is the 'outside_entertainment_allowed' column of the 'vendor_mandap_pending' table."
},
{
"name": "outside_vendor_allowed",
"type": "tinyint",
"example": "1",
"description": "This is the 'outside_vendor_allowed' column of the 'vendor_mandap_pending' table."
},
{
"name": "pillarless_hall",
"type": "tinyint",
"example": "0",
"description": "This is the 'pillarless_hall' column of the 'vendor_mandap_pending' table."
},
{
"name": "pincode",
"type": "varchar",
"example": "None",
"description": "This is the 'pincode' column of the 'vendor_mandap_pending' table."
},
{
"name": "piped_gas",
"type": "tinyint",
"example": "0",
"description": "This is the 'piped_gas' column of the 'vendor_mandap_pending' table."
},
{
"name": "price_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'price_id_id' column of the 'vendor_mandap_pending' table."
},
{
"name": "primary_stage_dim_ft",
"type": "varchar",
"example": "None",
"description": "This is the 'primary_stage_dim_ft' column of the 'vendor_mandap_pending' table."
},
{
"name": "rate_per_day",
"type": "double",
"example": "None",
"description": "This is the 'rate_per_day' column of the 'vendor_mandap_pending' table."
},
{
"name": "residential_area",
"type": "tinyint",
"example": "1",
"description": "This is the 'residential_area' column of the 'vendor_mandap_pending' table."
},
{
"name": "rooms_terms_and_condition",
"type": "longtext",
"example": "None",
"description": "This is the 'rooms_terms_and_condition' column of the 'vendor_mandap_pending' table."
},
{
"name": "safe_available",
"type": "tinyint",
"example": "1",
"description": "This is the 'safe_available' column of the 'vendor_mandap_pending' table."
},
{
"name": "seating_capacity",
"type": "int",
"example": "100",
"description": "This is the 'seating_capacity' column of the 'vendor_mandap_pending' table."
},
{
"name": "secondary_stage_available",
"type": "tinyint",
"example": "0",
"description": "This is the 'secondary_stage_available' column of the 'vendor_mandap_pending' table."
},
{
"name": "secondary_stage_dim_ft",
"type": "varchar",
"example": "None",
"description": "This is the 'secondary_stage_dim_ft' column of the 'vendor_mandap_pending' table."
},
{
"name": "serving_available",
"type": "tinyint",
"example": "0",
"description": "This is the 'serving_available' column of the 'vendor_mandap_pending' table."
},
{
"name": "stage_available",
"type": "tinyint",
"example": "1",
"description": "This is the 'stage_available' column of the 'vendor_mandap_pending' table."
},
{
"name": "state_id_id",
"type": "bigint",
"example": "41",
"description": "This is the 'state_id_id' column of the 'vendor_mandap_pending' table."
},
{
"name": "status",
"type": "varchar",
"example": "publish",
"description": "This is the 'status' column of the 'vendor_mandap_pending' table."
},
{
"name": "tc_content",
"type": "longtext",
"example": "None",
"description": "This is the 'tc_content' column of the 'vendor_mandap_pending' table."
},
{
"name": "title_description",
"type": "varchar",
"example": "Testing Mandapam",
"description": "This is the 'title_description' column of the 'vendor_mandap_pending' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'vendor_mandap_pending' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2024-08-30 17:54:58.232993",
"description": "This is the 'updated_on' column of the 'vendor_mandap_pending' table."
},
{
"name": "valet_parking",
"type": "tinyint",
"example": "0",
"description": "This is the 'valet_parking' column of the 'vendor_mandap_pending' table."
},
{
"name": "vegonly",
"type": "tinyint",
"example": "0",
"description": "This is the 'vegonly' column of the 'vendor_mandap_pending' table."
},
{
"name": "vendor_id_id",
"type": "bigint",
"example": "1977",
"description": "This is the 'vendor_id_id' column of the 'vendor_mandap_pending' table."
},
{
"name": "vendor_mandap_table_id",
"type": "int",
"example": "2264",
"description": "This is the 'vendor_mandap_table_id' column of the 'vendor_mandap_pending' table."
},
{
"name": "wifi",
"type": "tinyint",
"example": "1",
"description": "This is the 'wifi' column of the 'vendor_mandap_pending' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendor_mandapallocation",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'vendor_mandapallocation' table."
},
{
"name": "blocked_by",
"type": "varchar",
"example": "vendor",
"description": "This is the 'blocked_by' column of the 'vendor_mandapallocation' table."
},
{
"name": "booking_from",
"type": "datetime",
"example": "2022-10-12 00:00:00",
"description": "This is the 'booking_from' column of the 'vendor_mandapallocation' table."
},
{
"name": "booking_id_id",
"type": "bigint",
"example": "None",
"description": "This is the 'booking_id_id' column of the 'vendor_mandapallocation' table."
},
{
"name": "booking_to",
"type": "datetime",
"example": "2022-10-12 17:00:00",
"description": "This is the 'booking_to' column of the 'vendor_mandapallocation' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "546",
"description": "This is the 'created_by_id' column of the 'vendor_mandapallocation' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-10-07 11:51:02.809987",
"description": "This is the 'created_on' column of the 'vendor_mandapallocation' table."
},
{
"name": "date",
"type": "date",
"example": "2022-10-12",
"description": "This is the 'date' column of the 'vendor_mandapallocation' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'vendor_mandapallocation' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'vendor_mandapallocation' table."
},
{
"name": "id",
"type": "bigint",
"example": "11",
"description": "This is the 'id' column of the 'vendor_mandapallocation' table."
},
{
"name": "is_blocked",
"type": "tinyint",
"example": "1",
"description": "This is the 'is_blocked' column of the 'vendor_mandapallocation' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "186",
"description": "This is the 'mandap_id_id' column of the 'vendor_mandapallocation' table."
},
{
"name": "timing",
"type": "varchar",
"example": "half_day_morning",
"description": "This is the 'timing' column of the 'vendor_mandapallocation' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'vendor_mandapallocation' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-10-07 11:51:02.810017",
"description": "This is the 'updated_on' column of the 'vendor_mandapallocation' table."
},
{
"name": "vendor_id_id",
"type": "bigint",
"example": "156",
"description": "This is the 'vendor_id_id' column of the 'vendor_mandapallocation' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendor_muhurthamcalendar",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'vendor_muhurthamcalendar' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'vendor_muhurthamcalendar' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-09-23 15:26:07.848433",
"description": "This is the 'created_on' column of the 'vendor_muhurthamcalendar' table."
},
{
"name": "date",
"type": "date",
"example": "2022-10-25",
"description": "This is the 'date' column of the 'vendor_muhurthamcalendar' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'vendor_muhurthamcalendar' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'vendor_muhurthamcalendar' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'vendor_muhurthamcalendar' table."
},
{
"name": "is_muhurtham",
"type": "tinyint",
"example": "1",
"description": "This is the 'is_muhurtham' column of the 'vendor_muhurthamcalendar' table."
},
{
"name": "mandap_id_id",
"type": "bigint",
"example": "369",
"description": "This is the 'mandap_id_id' column of the 'vendor_muhurthamcalendar' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'vendor_muhurthamcalendar' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-09-23 15:26:07.848495",
"description": "This is the 'updated_on' column of the 'vendor_muhurthamcalendar' table."
},
{
"name": "vendor_id_id",
"type": "bigint",
"example": "313",
"description": "This is the 'vendor_id_id' column of the 'vendor_muhurthamcalendar' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendor_qrcodemaster",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'vendor_qrcodemaster' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'vendor_qrcodemaster' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2023-01-19 19:25:58.587338",
"description": "This is the 'created_on' column of the 'vendor_qrcodemaster' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'vendor_qrcodemaster' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'vendor_qrcodemaster' table."
},
{
"name": "id",
"type": "bigint",
"example": "3253",
"description": "This is the 'id' column of the 'vendor_qrcodemaster' table."
},
{
"name": "qr_code",
"type": "varchar",
"example": "7OQLDC1005Y0FNIO8GFB",
"description": "This is the 'qr_code' column of the 'vendor_qrcodemaster' table."
},
{
"name": "qr_image",
"type": "varchar",
"example": "QRCODES/7OQLDC1005Y0FNIO8GFB.p...",
"description": "This is the 'qr_image' column of the 'vendor_qrcodemaster' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'vendor_qrcodemaster' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2023-01-19 19:25:58.587615",
"description": "This is the 'updated_on' column of the 'vendor_qrcodemaster' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "157",
"description": "This is the 'vendor_id' column of the 'vendor_qrcodemaster' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendor_videos",
"schema": "public",
"fields": [
{
"name": "active",
"type": "tinyint",
"example": "1",
"description": "This is the 'active' column of the 'vendor_videos' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "139",
"description": "This is the 'created_by_id' column of the 'vendor_videos' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "2022-09-23 06:01:11.514851",
"description": "This is the 'created_on' column of the 'vendor_videos' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "0",
"description": "This is the 'hidden' column of the 'vendor_videos' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "None",
"description": "This is the 'hidden_reason' column of the 'vendor_videos' table."
},
{
"name": "id",
"type": "bigint",
"example": "1",
"description": "This is the 'id' column of the 'vendor_videos' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "None",
"description": "This is the 'updated_by_id' column of the 'vendor_videos' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "2022-09-23 06:01:11.514922",
"description": "This is the 'updated_on' column of the 'vendor_videos' table."
},
{
"name": "vendor_mandap_id_id",
"type": "bigint",
"example": "369",
"description": "This is the 'vendor_mandap_id_id' column of the 'vendor_videos' table."
},
{
"name": "video",
"type": "varchar",
"example": "Mandapam Videos/369/Test Manda...",
"description": "This is the 'video' column of the 'vendor_videos' table."
},
{
"name": "video_name",
"type": "varchar",
"example": "aaaaa.mp4",
"description": "This is the 'video_name' column of the 'vendor_videos' table."
},
{
"name": "youtube_links",
"type": "json",
"example": "None",
"description": "This is the 'youtube_links' column of the 'vendor_videos' table."
}
],
"metrics": [],
"description": "",
"relationships": []
},
{
"table_name": "vendormoderator",
"schema": "public",
"fields": [
{
"name": "account_confirmation",
"type": "tinyint",
"example": "",
"description": "This is the 'account_confirmation' column of the 'vendormoderator' table."
},
{
"name": "active",
"type": "tinyint",
"example": "",
"description": "This is the 'active' column of the 'vendormoderator' table."
},
{
"name": "address_1",
"type": "varchar",
"example": "",
"description": "This is the 'address_1' column of the 'vendormoderator' table."
},
{
"name": "address_2",
"type": "varchar",
"example": "",
"description": "This is the 'address_2' column of the 'vendormoderator' table."
},
{
"name": "approved_date",
"type": "datetime",
"example": "",
"description": "This is the 'approved_date' column of the 'vendormoderator' table."
},
{
"name": "authorized_sign",
"type": "varchar",
"example": "",
"description": "This is the 'authorized_sign' column of the 'vendormoderator' table."
},
{
"name": "campaign_id_id",
"type": "bigint",
"example": "",
"description": "This is the 'campaign_id_id' column of the 'vendormoderator' table."
},
{
"name": "cancelled_cheque",
"type": "varchar",
"example": "",
"description": "This is the 'cancelled_cheque' column of the 'vendormoderator' table."
},
{
"name": "category_id_id",
"type": "bigint",
"example": "",
"description": "This is the 'category_id_id' column of the 'vendormoderator' table."
},
{
"name": "city_id_id",
"type": "bigint",
"example": "",
"description": "This is the 'city_id_id' column of the 'vendormoderator' table."
},
{
"name": "contact_email",
"type": "varchar",
"example": "",
"description": "This is the 'contact_email' column of the 'vendormoderator' table."
},
{
"name": "created_by_id",
"type": "int",
"example": "",
"description": "This is the 'created_by_id' column of the 'vendormoderator' table."
},
{
"name": "created_on",
"type": "datetime",
"example": "",
"description": "This is the 'created_on' column of the 'vendormoderator' table."
},
{
"name": "current_status",
"type": "varchar",
"example": "",
"description": "This is the 'current_status' column of the 'vendormoderator' table."
},
{
"name": "demo_seen_manager",
"type": "tinyint",
"example": "",
"description": "This is the 'demo_seen_manager' column of the 'vendormoderator' table."
},
{
"name": "demo_seen_owner",
"type": "tinyint",
"example": "",
"description": "This is the 'demo_seen_owner' column of the 'vendormoderator' table."
},
{
"name": "enrollment_form",
"type": "varchar",
"example": "",
"description": "This is the 'enrollment_form' column of the 'vendormoderator' table."
},
{
"name": "hidden",
"type": "tinyint",
"example": "",
"description": "This is the 'hidden' column of the 'vendormoderator' table."
},
{
"name": "hidden_reason",
"type": "varchar",
"example": "",
"description": "This is the 'hidden_reason' column of the 'vendormoderator' table."
},
{
"name": "id",
"type": "bigint",
"example": "",
"description": "This is the 'id' column of the 'vendormoderator' table."
},
{
"name": "is_images_pending",
"type": "tinyint",
"example": "",
"description": "This is the 'is_images_pending' column of the 'vendormoderator' table."
},
{
"name": "is_kyc_pending",
"type": "tinyint",
"example": "",
"description": "This is the 'is_kyc_pending' column of the 'vendormoderator' table."
},
{
"name": "owner_aadhar",
"type": "varchar",
"example": "",
"description": "This is the 'owner_aadhar' column of the 'vendormoderator' table."
},
{
"name": "owner_aadhar_no",
"type": "varchar",
"example": "",
"description": "This is the 'owner_aadhar_no' column of the 'vendormoderator' table."
},
{
"name": "owner_email",
"type": "varchar",
"example": "",
"description": "This is the 'owner_email' column of the 'vendormoderator' table."
},
{
"name": "owner_name",
"type": "varchar",
"example": "",
"description": "This is the 'owner_name' column of the 'vendormoderator' table."
},
{
"name": "owner_PAN",
"type": "varchar",
"example": "",
"description": "This is the 'owner_PAN' column of the 'vendormoderator' table."
},
{
"name": "owner_pan_no",
"type": "varchar",
"example": "",
"description": "This is the 'owner_pan_no' column of the 'vendormoderator' table."
},
{
"name": "owner_phone",
"type": "varchar",
"example": "",
"description": "This is the 'owner_phone' column of the 'vendormoderator' table."
},
{
"name": "state_id_id",
"type": "bigint",
"example": "",
"description": "This is the 'state_id_id' column of the 'vendormoderator' table."
},
{
"name": "status",
"type": "varchar",
"example": "",
"description": "This is the 'status' column of the 'vendormoderator' table."
},
{
"name": "type_of_concern_id_id",
"type": "bigint",
"example": "",
"description": "This is the 'type_of_concern_id_id' column of the 'vendormoderator' table."
},
{
"name": "updated_by_id",
"type": "int",
"example": "",
"description": "This is the 'updated_by_id' column of the 'vendormoderator' table."
},
{
"name": "updated_on",
"type": "datetime",
"example": "",
"description": "This is the 'updated_on' column of the 'vendormoderator' table."
},
{
"name": "user_id",
"type": "int",
"example": "",
"description": "This is the 'user_id' column of the 'vendormoderator' table."
},
{
"name": "vendor_id",
"type": "bigint",
"example": "",
"description": "This is the 'vendor_id' column of the 'vendormoderator' table."
},
{
"name": "vendor_name",
"type": "varchar",
"example": "",
"description": "This is the 'vendor_name' column of the 'vendormoderator' table."
}
],
"metrics": [],
"description": "",
"relationships": []
}
]
}
]