We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isisid
emp_id
username
uaconnect_id
basis_id
emp_pos
appointed
email
degreecd
BU_Short_Name
preftitl
char
varchar
basis_id CHAR(6)
uaconnect_id CHAR(9)
BU_Code CHAR(4)
camabldg CHAR(4)
empltype CHAR(1)
dptchair CHAR(1)
emp_priv CHAR(1)
studtitl CHAR(1)
emp_pos TINYINT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Schema
isisid
emp_id
username
isisid
->uaconnect_id
emp_id
->basis_id
emp_pos
->appointed
username
&email
degreecd
descriptionBU_Short_Name
> 26 (e.g. Walton College of Business)preftitl
> 30?char
instead ofvarchar
basis_id CHAR(6)
uaconnect_id CHAR(9)
BU_Code CHAR(4)
camabldg CHAR(4)
empltype CHAR(1)
dptchair CHAR(1)
emp_priv CHAR(1)
studtitl CHAR(1)
emp_pos TINYINT
use numeric type to support arithmetic operations with more efficient storageThe text was updated successfully, but these errors were encountered: