smartschool111

attendence_type

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
type varchar(50) NULL
key_value varchar(50)
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid6A

books

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
book_title varchar(100)
book_no varchar(50)
isbn_no varchar(100)
subject varchar(100) NULL
rack_no varchar(100)
publish varchar(100) NULL
author varchar(100) NULL
qty int(11) NULL
perunitcost float(10,2) NULL
postdate date NULL
description text NULL
available varchar(10) yes
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid1167A

book_issues

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
book_id int(11) NULL
duereturn_date date NULL
return_date date NULL
issue_date date NULL
is_returned int(11) 0
member_id int(11) NULL
is_active varchar(10) no
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

categories

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
category varchar(100) NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid7A

certificates

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
certificate_name varchar(100)
certificate_text text
left_header varchar(100)
center_header varchar(100)
right_header varchar(100)
left_footer varchar(100)
right_footer varchar(100)
center_footer varchar(100)
background_image varchar(100)
created_at timestamp current_timestamp()
updated_at date NULL
created_for tinyint(1) 1 = staff, 2 = students
status tinyint(1)
header_height int(11)
content_height int(11)
footer_height int(11)
content_width int(11)
enable_student_image tinyint(1) 0=no,1=yes
enable_image_height int(11)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

chat_connections

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
chat_user_one int(11) chat_users -> id
chat_user_two int(11) chat_users -> id
ip varchar(30) NULL
time int(11) NULL
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid7A
chat_user_oneBTREEchat_user_one7A
chat_user_twoBTREEchat_user_two7A

chat_messages

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
message text NULL
chat_user_id int(11) chat_users -> id
ip varchar(30)
time int(11)
is_first int(1) 0
is_read int(1) 0
chat_connection_id int(11) chat_connections -> id
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid17A
chat_user_idBTREEchat_user_id17A
chat_connection_idBTREEchat_connection_id17A

chat_users

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
user_type varchar(20) NULL
staff_id int(11) NULL staff -> id
student_id int(11) NULL students -> id
create_staff_id int(11) NULL staff -> id
create_student_id int(11) NULL students -> id
is_active int(11) 0
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid12A
staff_idBTREEstaff_id12A
student_idBTREEstudent_id12A
create_staff_idBTREEcreate_staff_id6A
create_student_idBTREEcreate_student_id12A

classes

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
class varchar(60) NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid42A

class_sections

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
class_id int(11) NULL
section_id int(11) NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid556A
class_idBTREEclass_id92A
section_idBTREEsection_id32A

class_teacher

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
class_id int(11)
staff_id int(11)
section_id int(11)
session_id int(11)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid14A

complaint

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
complaint_type varchar(255)
source varchar(15)
name varchar(100)
contact varchar(15)
email varchar(200)
date date
description text
action_taken varchar(200)
assigned varchar(50)
note text
image varchar(100)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

complaint_type

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
complaint_type varchar(100)
description mediumtext
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid2A

contents

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
title varchar(100) NULL
type varchar(50) NULL
is_public varchar(10) No
class_id int(11) NULL
cls_sec_id int(10)
file varchar(250) NULL
created_by int(11)
note text NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL
date date

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid115A

content_for

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
role varchar(50) NULL
content_id int(11) NULL contents -> id
user_id int(11) NULL users -> id
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid146A
content_idBTREEcontent_id146A
user_idBTREEuser_id2A

custom_fields

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
name varchar(100) NULL
belong_to varchar(100) NULL
type varchar(100) NULL
bs_column int(10) NULL
validation int(11) 0
field_values text NULL
show_table varchar(100) NULL
visible_on_table int(11)
weight int(11) NULL
is_active int(11) 0
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

custom_field_values

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
belong_table_id int(11) NULL
custom_field_id int(11) NULL custom_fields -> id
field_value longtext NULL
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
custom_field_idBTREEcustom_field_id0A

department

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
department_name varchar(200)
is_active varchar(100)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid6A

disable_reason

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
reason varchar(255)
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid2A

dispatch_receive

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
reference_no varchar(50)
to_title varchar(100)
address varchar(500)
note varchar(500)
from_title varchar(200)
date varchar(20)
image varchar(100)
created_at timestamp current_timestamp()
updated_at date NULL
type varchar(10)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

email_config

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
email_type varchar(100) NULL
smtp_server varchar(100) NULL
smtp_port varchar(100) NULL
smtp_username varchar(100) NULL
smtp_password varchar(100) NULL
ssl_tls varchar(100) NULL
is_active varchar(10) no
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

enquiry

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
name varchar(100)
contact varchar(20)
address mediumtext
reference varchar(20)
date date
description varchar(500)
follow_up_date date
note mediumtext
source varchar(50)
email varchar(50) NULL
assigned varchar(100)
class int(11)
no_of_child varchar(11) NULL
status varchar(100)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

enquiry_type

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
enquiry_type varchar(100)
description mediumtext

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

events

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
event_title varchar(200)
event_description varchar(300)
start_date datetime
end_date datetime
event_type varchar(100)
event_color varchar(200)
event_for varchar(100)
role_id int(11)
is_active varchar(100)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid10A

exams

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
name varchar(200) NULL
sesion_id int(11)
note text NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

exam_groups

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
name varchar(250) NULL
exam_type varchar(250) NULL
description text NULL
is_active int(11) 1
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

exam_group_class_batch_exams

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
exam varchar(250) NULL
session_id int(10)
date_from date NULL
date_to date NULL
description text NULL
exam_group_id int(11) NULL exam_groups -> id
is_publish int(1) 0
is_active int(11) 0
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
exam_group_idBTREEexam_group_id0A

exam_group_class_batch_exam_students

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
exam_group_class_batch_exam_id int(11) exam_group_class_batch_exams -> id
student_id int(11) students -> id
student_session_id int(11) student_session -> id
roll_no int(6) 0
is_active int(11) 0
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
exam_group_class_batch_exam_idBTREEexam_group_class_batch_exam_id0A
student_idBTREEstudent_id0A
student_session_idBTREEstudent_session_id0A

exam_group_class_batch_exam_subjects

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
exam_group_class_batch_exams_id int(11) NULL exam_group_class_batch_exams -> id
subject_id int(10) subjects -> id
date_from date
time_from time
duration varchar(50)
room_no varchar(100) NULL
max_marks float(10,2) NULL
min_marks float(10,2) NULL
credit_hours float(10,2) 0.00
date_to datetime NULL
is_active int(11) 0
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
exam_group_class_batch_exams_idBTREEexam_group_class_batch_exams_id0A
subject_idBTREEsubject_id0A

exam_group_exam_connections

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
exam_group_id int(11) NULL exam_groups -> id
exam_group_class_batch_exams_id int(11) NULL exam_group_class_batch_exams -> id
exam_weightage float(10,2) 0.00
is_active int(11) 0
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
exam_group_idBTREEexam_group_id0A
exam_group_class_batch_exams_idBTREEexam_group_class_batch_exams_id0A

exam_group_exam_results

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
exam_group_class_batch_exam_student_id int(11) exam_group_class_batch_exam_students -> id
exam_group_class_batch_exam_subject_id int(11) NULL exam_group_class_batch_exam_subjects -> id
attendence varchar(10) NULL
get_marks float(10,2) 0.00
note text NULL
is_active int(11) 0
created_at timestamp current_timestamp()
updated_at date NULL
exam_group_student_id int(11) NULL exam_group_students -> id

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
exam_group_class_batch_exam_subject_idBTREEexam_group_class_batch_exam_subject_id0A
exam_group_student_idBTREEexam_group_student_id0A
exam_group_class_batch_exam_student_idBTREEexam_group_class_batch_exam_student_id0A

exam_group_students

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
exam_group_id int(11) NULL exam_groups -> id
student_id int(11) NULL students -> id
student_session_id int(10) NULL
is_active int(11) 0
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
exam_group_idBTREEexam_group_id0A
student_idBTREEstudent_id0A

exam_results

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
attendence varchar(10)
exam_schedule_id int(11) NULL
student_id int(11) NULL
get_marks float(10,2) NULL
note text NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
exam_schedule_idBTREEexam_schedule_id0A
student_idBTREEstudent_id0A

exam_schedules

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
session_id int(11)
exam_id int(11) NULL
teacher_subject_id int(11) NULL
date_of_exam date NULL
start_to varchar(50) NULL
end_from varchar(50) NULL
room_no varchar(50) NULL
full_marks int(11) NULL
passing_marks int(11) NULL
note text NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
teacher_subject_idBTREEteacher_subject_id0A

expenses

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
exp_head_id int(11) NULL
name varchar(50) NULL
invoice_no varchar(200)
date date NULL
amount float(10,2) NULL
documents varchar(255) NULL
note text NULL
is_active varchar(255) yes
is_deleted varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

expense_head

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
exp_category varchar(50) NULL
description text NULL
is_active varchar(255) yes
is_deleted varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

feecategory

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
category varchar(50) NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

feemasters

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
session_id int(11) NULL
feetype_id int(11)
class_id int(11) NULL
amount float(10,2) NULL
description text NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

fees_discounts

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
session_id int(11) NULL sessions -> id
name varchar(100) NULL
code varchar(100) NULL
amount decimal(10,2) NULL
description text NULL
is_active varchar(10) no
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
session_idBTREEsession_id0A

fees_reminder

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
reminder_type varchar(10) NULL
day int(2) NULL
is_active int(1) 0
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid4A

feetype

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
is_system int(1) 0
feecategory_id int(11) NULL
type varchar(50) NULL
code varchar(100)
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL
description text

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid314A

fee_groups

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
name varchar(200) NULL
is_system int(1) 0
description text NULL
is_active varchar(10) no
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid42A

fee_groups_feetype

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
fee_session_group_id int(11) NULL fee_session_groups -> id
fee_groups_id int(11) NULL fee_groups -> id
feetype_id int(11) NULL feetype -> id
session_id int(11) NULL sessions -> id
amount decimal(10,2) NULL
fine_type varchar(50) none
due_date date NULL
fine_percentage float(10,2) 0.00
fine_amount float(10,2) 0.00
is_active varchar(10) no
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid160A
fee_session_group_idBTREEfee_session_group_id26A
fee_groups_idBTREEfee_groups_id26A
feetype_idBTREEfeetype_id160A
session_idBTREEsession_id2A

fee_receipt_no

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
payment int(11)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

fee_session_groups

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
fee_groups_id int(11) NULL fee_groups -> id
session_id int(11) NULL sessions -> id
is_active varchar(10) no
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid12A
fee_groups_idBTREEfee_groups_id12A
session_idBTREEsession_id2A

follow_up

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
enquiry_id int(11)
date date
next_date date
response text
note text
followup_by varchar(200)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

front_cms_media_gallery

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
image varchar(300) NULL
thumb_path varchar(300) NULL
dir_path varchar(300) NULL
img_name varchar(300) NULL
thumb_name varchar(300) NULL
created_at timestamp current_timestamp()
file_type varchar(100)
file_size varchar(100)
vid_url mediumtext
vid_title varchar(250)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid5A

front_cms_menus

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
menu varchar(100) NULL
slug varchar(200) NULL
description mediumtext NULL
open_new_tab int(10) 0
ext_url mediumtext
ext_url_link mediumtext
publish int(11) 0
content_type varchar(10) manual
is_active varchar(10) no
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid2A

front_cms_menu_items

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
menu_id int(11)
menu varchar(100) NULL
page_id int(11)
parent_id int(11)
ext_url mediumtext NULL
open_new_tab int(11) 0
ext_url_link mediumtext NULL
slug varchar(200) NULL
weight int(11) NULL
publish int(11) 0
description mediumtext NULL
is_active varchar(10) no
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid4A

front_cms_pages

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
page_type varchar(10) manual
is_homepage int(1) 0
title varchar(250) NULL
url varchar(250) NULL
type varchar(50) NULL
slug varchar(200) NULL
meta_title mediumtext NULL
meta_description mediumtext NULL
meta_keyword mediumtext NULL
feature_image varchar(200)
description longtext NULL
publish_date date
publish int(10) 0
sidebar int(10) 0
is_active varchar(10) no
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid4A

front_cms_page_contents

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
page_id int(11) NULL front_cms_pages -> id
content_type varchar(50) NULL
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
page_idBTREEpage_id0A

front_cms_programs

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
type varchar(50) NULL
slug varchar(255) NULL
url mediumtext NULL
title varchar(200) NULL
date date NULL
event_start date NULL
event_end date NULL
event_venue mediumtext NULL
description mediumtext NULL
is_active varchar(10) no
created_at timestamp current_timestamp()
meta_title mediumtext
meta_description mediumtext
meta_keyword mediumtext
feature_image mediumtext
publish_date date
publish varchar(10) 0
sidebar int(10) 0

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

front_cms_program_photos

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
program_id int(11) NULL front_cms_programs -> id
media_gallery_id int(11)
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid3A
program_idBTREEprogram_id3A

front_cms_settings

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
theme varchar(50) NULL
is_active_rtl int(10) 0
is_active_front_cms int(11) 0
is_active_sidebar int(1) 0
logo varchar(200) NULL
contact_us_email varchar(100) NULL
complain_form_email varchar(100) NULL
sidebar_options mediumtext
fb_url varchar(200)
twitter_url varchar(200)
youtube_url varchar(200)
google_plus varchar(200)
instagram_url varchar(200)
pinterest_url varchar(200)
linkedin_url varchar(200)
google_analytics mediumtext NULL
footer_text varchar(500) NULL
fav_icon varchar(250) NULL
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

general_calls

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
name varchar(100)
contact varchar(12)
date date
description varchar(500)
follow_up_date date
call_dureation varchar(50)
note mediumtext
call_type varchar(20)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

grades

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
exam_type varchar(250) NULL
name varchar(100) NULL
point float(10,1) NULL
mark_from float(10,2) NULL
mark_upto float(10,2) NULL
description text NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid5A

homework

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
class_id int(11)
section_id int(11)
session_id int(10)
homework_date date
submit_date date
staff_id int(11)
subject_group_subject_id int(11) NULL subject_group_subjects -> id
subject_id int(11)
description varchar(500)
create_date date
evaluation_date date
document varchar(200)
created_by int(11)
evaluated_by int(11)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
subject_group_subject_idBTREEsubject_group_subject_id0A

homework_evaluation

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
homework_id int(11)
student_id int(11)
student_session_id int(11) NULL
date date
status varchar(100)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

hostel

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
hostel_name varchar(100) NULL
type varchar(50) NULL
address text NULL
intake int(11) NULL
description text NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

hostel_rooms

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
hostel_id int(11) NULL
room_type_id int(11) NULL
room_no varchar(200) NULL
no_of_bed int(11) NULL
cost_per_bed float(10,2) 0.00
title varchar(200) NULL
description text NULL
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

id_card

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
title varchar(100)
school_name varchar(100)
school_address varchar(500)
background varchar(100)
logo varchar(100)
sign_image varchar(100)
header_color varchar(100)
enable_admission_no tinyint(1) 0=disable,1=enable
enable_student_name tinyint(1) 0=disable,1=enable
enable_class tinyint(1) 0=disable,1=enable
enable_fathers_name tinyint(1) 0=disable,1=enable
enable_mothers_name tinyint(1) 0=disable,1=enable
enable_address tinyint(1) 0=disable,1=enable
enable_phone tinyint(1) 0=disable,1=enable
enable_dob tinyint(1) 0=disable,1=enable
enable_blood_group tinyint(1) 0=disable,1=enable
status tinyint(1) 0=disable,1=enable

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

income

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
inc_head_id varchar(11) NULL
name varchar(50) NULL
invoice_no varchar(200)
date date NULL
amount float NULL
note text NULL
is_active varchar(255) yes
is_deleted varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL
documents varchar(255) NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

income_head

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(255)
income_category varchar(255) NULL
description varchar(255) NULL
is_active varchar(255) yes
is_deleted varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

item

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
item_category_id int(11) NULL
name varchar(255)
unit varchar(100)
item_photo varchar(225) NULL
description text
created_at timestamp current_timestamp()
updated_at date NULL
item_store_id int(11) NULL
item_supplier_id int(11) NULL
quantity int(100)
date date

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

item_category

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(255)
item_category varchar(255)
is_active varchar(255) yes
description varchar(255)
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid4A

item_issue

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
issue_type varchar(15) NULL
issue_to varchar(100) NULL
issue_by varchar(100) NULL
issue_date date NULL
return_date date NULL
item_category_id int(11) NULL item_category -> id
item_id int(11) NULL item -> id
quantity int(10)
note text
is_returned int(2) 1
created_at timestamp current_timestamp()
is_active varchar(10) no

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
item_idBTREEitem_id0A
item_category_idBTREEitem_category_id0A

item_stock

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
item_id int(11) NULL item -> id
supplier_id int(11) NULL item_supplier -> id
symbol varchar(10) +
store_id int(11) NULL item_store -> id
quantity int(11) NULL
purchase_price varchar(100)
date date
attachment varchar(250) NULL
description text
is_active varchar(10) yes
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
item_idBTREEitem_id0A
supplier_idBTREEsupplier_id0A
store_idBTREEstore_id0A

item_store

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(255)
item_store varchar(255)
code varchar(255)
description text

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

item_supplier

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(255)
item_supplier varchar(255)
phone varchar(255)
email varchar(255)
address varchar(255)
contact_person_name varchar(255)
contact_person_phone varchar(255)
contact_person_email varchar(255)
description text

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

languages

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
language varchar(50) NULL
short_code varchar(255)
country_code varchar(255)
is_deleted varchar(10) yes
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid72A

leave_types

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
type varchar(200)
is_active varchar(50)

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A
typeBTREEtype0A

libarary_members

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
library_card_no varchar(50) NULL
member_type varchar(50) NULL
member_id int(11) NULL
is_active varchar(10) no
created_at timestamp current_timestamp()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid0A

logs

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id (主键) int(11)
message text NULL
record_id int(11)
user_id int(11) NULL
action varchar(50) NULL
ip_address varchar(50) NULL
platform varchar(50) NULL
agent varchar(50) NULL
time timestamp current_timestamp()
created_at date NULL

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid152954A