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
I.E. create a subjects table which has an id and text so that billsubjects simply has an id for the subject is references.
subjects
id
text
billsubjects
This essentially exists for the congresses table already, because the congress column implictly maps to congress text.
congresses
congress
Apply this logic anywhere that it would be beneficial. Possibly in:
reason
identifier
actionType
versionType
action
thomasId
type
relatedType
Goal is to:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I.E. create a
subjects
table which has anid
andtext
so thatbillsubjects
simply has an id for the subject is references.This essentially exists for the
congresses
table already, because thecongress
column implictly maps to congress text.Apply this logic anywhere that it would be beneficial.
Possibly in:
reason
&identifier
columnactionType
columnversionType
columnaction
columnthomasId
as a keytype
column (in related bills,relatedType
too) - This one might be rather involved to fixGoal is to:
The text was updated successfully, but these errors were encountered: