abcschool2

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

索引

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

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

索引

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

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()

索引

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

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

索引

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

classes

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

索引

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

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

索引

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

class_teacher

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

索引

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

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()

索引

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

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

索引

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

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()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid19A
content_idBTREEcontent_id19A
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()

索引

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

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)

索引

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

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()

索引

没有已定义的索引!
键名类型唯一紧凑字段基数排序规则注释
PRIMARYBTREEid143A
fee_session_group_idBTREEfee_session_group_id23A
fee_groups_idBTREEfee_groups_id23A
feetype_idBTREEfeetype_id143A
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

索引

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

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