Skip to content

Commit

Permalink
fix broken table by adding forgotten attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolaus committed Mar 30, 2022
1 parent f2f7aca commit 057ef1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/schemas/css3.0.ext/mreport
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Attribute mrid
unique key to the relation mreport
}
;
Attribute place
String (70)
Format ( "%-70s" )
Null ( "-" )
Description ( "full name of a place " )
;
Attribute prov_id
String (16)
Format ( "%16" )
Expand Down

0 comments on commit 057ef1f

Please sign in to comment.