northrivergeo / tn_ng911_data_model

This is the postgresql version of the TN NG911 Standard. I'm using it with one county in TN. It's open for all to use.
GNU General Public License v2.0
0 stars 2 forks source link

Standarize Table Names across all SQL Scripts. #9

Closed KSnyderCode closed 2 years ago

KSnyderCode commented 2 years ago

Pick a unified naming convention for table names, and then go through all SQL scripts and apply the unified naming convention.

@rjhale1971, should it be:

  1. addresspoints or address_points
  2. esn or esn_boundary?

I just want to confirm and then I can update all table names to get on the same page.

KSnyderCode commented 2 years ago

Settled on address_points & esn_boundary. Issue closed.