Dennis Riedel
unread,Feb 21, 2010, 5:47:17 AM2/21/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-un-in...@googlegroups.com
Hi
The schema for saving the clause information describes to entities, Clause and ClauseBody, to save the clause information.
As ClauseBody does not have any column called something like "clause number", but Clause has one called "clause_number_information", should I save the clause number in this field?
Its typed as "varchar(255)" which seems a bit exaggerated, so I am not sure if it is meant to be used to save a single number.
Besides "clause_number_information" there is also "clause_number_subparagraph" which we are not using when importing Excelsheet data.
The followup relations are now saved when importing Excelsheets, but the clause numbers are not right now.
Regards,
Dennis