abcschool333

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

索引

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

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_messages

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

chat_users

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

classes

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

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

class_teacher

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

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)

complaint_type

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

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

content_for

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

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

custom_field_values

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

department

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

disable_reason

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

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)

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

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)

enquiry_type

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

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)

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

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

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
is_publish int(1) 0
is_active int(11) 0
created_at timestamp current_timestamp()
updated_at date NULL

exam_group_class_batch_exam_students

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

exam_group_class_batch_exam_subjects

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
exam_group_class_batch_exams_id int(11) NULL
subject_id int(10)
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

exam_group_exam_connections

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

exam_group_exam_results

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
exam_group_class_batch_exam_student_id int(11)
exam_group_class_batch_exam_subject_id int(11) NULL
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

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

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

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

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

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

feecategory

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

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

fees_discounts

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
session_id int(11) NULL
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()

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

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

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

fee_groups_feetype

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
fee_session_group_id int(11) NULL
fee_groups_id int(11) NULL
feetype_id int(11) NULL
session_id int(11) NULL
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()

fee_receipt_no

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

fee_session_groups

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

follow_up

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

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)

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

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

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

front_cms_page_contents

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

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

front_cms_program_photos

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

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

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)

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

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_id int(11)
description varchar(500)
create_date date
evaluation_date date
document varchar(200)
created_by int(11)
evaluated_by int(11)

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)

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

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

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

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

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

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

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

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_id int(11) NULL
quantity int(10)
note text
is_returned int(2) 1
created_at timestamp current_timestamp()
is_active varchar(10) no

item_stock

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
item_id int(11) NULL
supplier_id int(11) NULL
symbol varchar(10) +
store_id int(11) NULL
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()

item_store

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

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

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

leave_types

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

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

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

messages

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
title varchar(200) NULL
message text NULL
send_mail varchar(10) 0
send_sms varchar(10) 0
is_group varchar(10) 0
is_individual varchar(10) 0
is_class int(10) 0
group_list text NULL
user_list text NULL
created_at timestamp current_timestamp()
updated_at date NULL

migrations

字段 类型 默认 链接到 注释 媒体(MIME) 类型
version bigint(20)

multi_class_students

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
student_id int(11) NULL
student_session_id int(11) NULL
created_at timestamp current_timestamp()
updated_at date NULL

notification_roles

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
send_notification_id int(11) NULL
role_id int(11) NULL
is_active int(11) 0
created_at timestamp current_timestamp()

notification_setting

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
type varchar(100) NULL
is_mail varchar(10) 0
is_sms varchar(10) 0
is_notification int(11) 0
display_notification int(11) 0
template longtext
variables text
created_at timestamp current_timestamp()

onlineexam

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
exam text NULL
attempt int(11)
exam_from date NULL
exam_to date NULL
time_from time NULL
time_to time NULL
duration time
passing_percentage float 0
description text NULL
session_id int(11) NULL
publish_result int(11) 0
is_active varchar(1) 0
created_at timestamp current_timestamp()
updated_at date NULL

onlineexam_attempts

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
onlineexam_student_id int(11)
created_at timestamp current_timestamp()
updated_at date NULL

onlineexam_questions

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
question_id int(11) NULL
onlineexam_id int(11) NULL
session_id int(11) NULL
is_active varchar(1) 0
created_at timestamp current_timestamp()
updated_at date NULL

onlineexam_students

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
onlineexam_id int(11) NULL
student_session_id int(11) NULL
created_at timestamp current_timestamp()
updated_at date NULL

onlineexam_student_results

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
onlineexam_student_id int(11)
onlineexam_question_id int(11)
select_option varchar(10) NULL
created_at timestamp current_timestamp()
updated_at date NULL

online_admissions

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
admission_no varchar(100) NULL
roll_no varchar(100) NULL
admission_date date NULL
firstname varchar(100) NULL
lastname varchar(100) NULL
rte varchar(20) No
image varchar(100) NULL
mobileno varchar(100) NULL
email varchar(100) NULL
state varchar(100) NULL
city varchar(100) NULL
pincode varchar(100) NULL
religion varchar(100) NULL
cast varchar(50)
dob date NULL
gender varchar(100) NULL
current_address text NULL
permanent_address text NULL
category_id int(11) NULL
class_section_id int(11) NULL
route_id int(11)
school_house_id int(11) NULL
blood_group varchar(200)
vehroute_id int(11)
hostel_room_id int(11)
adhar_no varchar(100) NULL
samagra_id varchar(100) NULL
bank_account_no varchar(100) NULL
bank_name varchar(100) NULL
ifsc_code varchar(100) NULL
guardian_is varchar(100)
father_name varchar(100) NULL
father_phone varchar(100) NULL
father_occupation varchar(100) NULL
mother_name varchar(100) NULL
mother_phone varchar(100) NULL
mother_occupation varchar(100) NULL
guardian_name varchar(100) NULL
guardian_relation varchar(100) NULL
guardian_phone varchar(100) NULL
guardian_occupation varchar(150)
guardian_address text NULL
guardian_email varchar(100)
father_pic varchar(200)
mother_pic varchar(200)
guardian_pic varchar(200)
is_enroll int(255) 0
previous_school text NULL
height varchar(100)
weight varchar(100)
note varchar(200)
measurement_date date NULL
app_key text NULL
document text NULL
disable_at date
created_at timestamp current_timestamp()
updated_at date NULL

payment_settings

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
payment_type varchar(200)
api_username varchar(200) NULL
api_secret_key varchar(200)
salt varchar(200)
api_publishable_key varchar(200)
api_password varchar(200) NULL
api_signature varchar(200) NULL
api_email varchar(200) NULL
paypal_demo varchar(100)
account_no varchar(200)
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

payslip_allowance

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
payslip_id int(11)
allowance_type varchar(200)
amount int(11)
staff_id int(11)
cal_type varchar(100)

permission_category

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
perm_group_id int(11) NULL
name varchar(100) NULL
short_code varchar(100) NULL
enable_view int(11) 0
enable_add int(11) 0
enable_edit int(11) 0
enable_delete int(11) 0
created_at timestamp current_timestamp()

permission_group

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
name varchar(100) NULL
short_code varchar(100)
is_active int(11) 0
system int(11)
created_at timestamp current_timestamp()

permission_parent

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
group_id int(11)
name varchar(100) NULL
short_code varchar(100)
is_active int(11) 0
system int(11)
created_at timestamp current_timestamp()

permission_student

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
name varchar(100) NULL
short_code varchar(100)
is_active int(11) 0
system int(11)
group_id int(11)
created_at timestamp current_timestamp()

print_headerfooter

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
print_type varchar(255)
header_image varchar(255)
footer_content text
created_by int(11)
entry_date timestamp current_timestamp()

questions

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
subject_id int(11) NULL
question text NULL
opt_a text NULL
opt_b text NULL
opt_c text NULL
opt_d text NULL
opt_e text NULL
correct text NULL
created_at timestamp current_timestamp()
updated_at date NULL

question_answers

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
question_id int(11)
option_id int(11)
created_at timestamp current_timestamp()

question_options

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
question_id int(11)
option text
created_at timestamp current_timestamp()

read_notification

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
student_id int(11) NULL
parent_id int(10) NULL
staff_id int(11) NULL
notification_id int(11) NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL

reference

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

roles

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
name varchar(100) NULL
slug varchar(150) NULL
is_active int(11) 0
is_system int(1) 0
is_superadmin int(11) 0
created_at timestamp current_timestamp()
updated_at date NULL

roles_permissions

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
role_id int(11) NULL
perm_cat_id int(11) NULL
can_view int(11) NULL
can_add int(11) NULL
can_edit int(11) NULL
can_delete int(11) NULL
created_at timestamp current_timestamp()

room_types

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
room_type varchar(200) NULL
description text NULL
created_at timestamp current_timestamp()
updated_at date NULL

school_houses

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
house_name varchar(200)
description varchar(400)
is_active varchar(50)

sch_settings

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
name varchar(100) NULL
biometric int(11) 0
biometric_device text NULL
email varchar(100) NULL
phone varchar(50) NULL
address text NULL
lang_id int(11) NULL
languages varchar(500)
dise_code varchar(50) NULL
date_format varchar(50)
time_format varchar(255)
currency varchar(50)
currency_symbol varchar(50)
is_rtl varchar(10) disabled
is_duplicate_fees_invoice int(1) 0
timezone varchar(30) UTC
session_id int(11) NULL
cron_secret_key varchar(100)
currency_place varchar(50) before_number
class_teacher varchar(100)
start_month varchar(40)
attendence_type int(10) 0
image varchar(100) NULL
admin_logo varchar(255)
admin_small_logo varchar(255)
theme varchar(200) default.jpg
fee_due_days int(3) 0
adm_auto_insert int(1) 1
adm_prefix varchar(50) ssadm19/20
adm_start_from varchar(11)
adm_no_digit int(10) 6
adm_update_status int(11) 0
staffid_auto_insert int(11) 1
staffid_prefix varchar(100) staffss/19/20
staffid_start_from varchar(50)
staffid_no_digit int(11) 6
staffid_update_status int(11) 0
is_active varchar(255) no
online_admission int(1) 0
is_blood_group int(10) 1
is_student_house int(10) 1
roll_no int(11) 1
category int(11)
religion int(11) 1
cast int(11) 1
mobile_no int(11) 1
student_email int(11) 1
admission_date int(11) 1
lastname int(11)
student_photo int(11) 1
student_height int(11) 1
student_weight int(11) 1
measurement_date int(11) 1
father_name int(11) 1
father_phone int(11) 1
father_occupation int(11) 1
father_pic int(11) 1
mother_name int(11) 1
mother_phone int(11) 1
mother_occupation int(11) 1
mother_pic int(11) 1
guardian_relation int(11) 1
guardian_email int(11) 1
guardian_pic int(11) 1
guardian_address int(11) 1
current_address int(11) 1
permanent_address int(11) 1
route_list int(11) 1
hostel_id int(11) 1
bank_account_no int(11) 1
national_identification_no int(11) 1
local_identification_no int(11) 1
rte int(11) 1
previous_school_details int(11) 1
student_note int(11) 1
upload_documents int(11) 1
staff_designation int(11) 1
staff_department int(11) 1
staff_last_name int(11) 1
staff_father_name int(11) 1
staff_mother_name int(11) 1
staff_date_of_joining int(11) 1
staff_phone int(11) 1
staff_emergency_contact int(11) 1
staff_marital_status int(11) 1
staff_photo int(11) 1
staff_current_address int(11) 1
staff_permanent_address int(11) 1
staff_qualification int(11) 1
staff_work_experience int(11) 1
staff_note int(11) 1
staff_epf_no int(11) 1
staff_basic_salary int(11) 1
staff_contract_type int(11) 1
staff_work_shift int(11) 1
staff_work_location int(11) 1
staff_leaves int(11) 1
staff_account_details int(11) 1
staff_social_media int(11) 1
staff_upload_documents int(11) 1
mobile_api_url tinytext
app_primary_color_code varchar(20) NULL
app_secondary_color_code varchar(20) NULL
app_logo varchar(250) NULL
created_at timestamp current_timestamp()
updated_at date NULL

sections

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

send_notification

字段 类型 默认 链接到 注释 媒体(MIME) 类型
id int(11)
title varchar(50) NULL
publish_date date NULL
date date NULL
message text NULL
visible_student varchar(10) no
visible_staff varchar(10) no
visible_parent varchar(10) no
created_by varchar(60) NULL
created_id int(11) NULL
is_active varchar(255) no
created_at timestamp current_timestamp()
updated_at date NULL