0% found this document useful (0 votes)
20 views1 page

KinerjaSAW RatingScale

This document contains the schema definitions for several database tables related to user accounts, user groups, performance criteria, employee profiles, and employee performance evaluations. The tables store information like user IDs, passwords, groups, criteria names and codes, employee details, assigned scores, and timestamps.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

KinerjaSAW RatingScale

This document contains the schema definitions for several database tables related to user accounts, user groups, performance criteria, employee profiles, and employee performance evaluations. The tables store information like user IDs, passwords, groups, criteria names and codes, employee details, assigned scores, and timestamps.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

id: int UNSIGNED

ip_address: varchar(15)
username: varchar(100)
password: varchar(255)
salt: varchar(255)
email: varchar(100)
activation_code: varchar(40)
forgotten_password_code: varchar(40)
forgotten_password_time: int UNSIGNED
remember_code: varchar(40)
created_on: int UNSIGNED
last_login: int UNSIGNED
active: tinyint UNSIGNED
first_name: varchar(50)
last_name: varchar(50)
company: varchar(100)
phone: varchar(20)

id: int UNSIGNED


user_id: int UNSIGNED
group_id: mediumint UNSIGNED

id: mediumint UNSIGNED


name: varchar(20)
description: varchar(100)

id_range_nilai: int UNSIGNED


range: varchar(255)
nilai: varchar(255)
bobot: double
minvalue: double
maxvalue: double
method: enum
datetime: datetime

id_karyawan: int UNSIGNED


nik: varchar(12)
nama_karyawan: varchar(150)
jkelamin: enum
area_kerja: varchar(255)
datetime: datetime

fk_karyawan_penilaian_karyawan

id_penilaian: int UNSIGNED


id_karyawan: int
id_kriteria: int
nilai: tinyint
konversi: decimal(10, 0)
datetime: datetime

id_kriteria: int UNSIGNED


nama_kriteria: varchar(100)
kode_kriteria: varchar(50)
deskripsi: varchar(255)
bobot: double
metode: enum
datetime: datetime

fk_kriteria_penilaian_karyawan

You might also like