Skip to content

Commit

Permalink
test of SQL export
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Oct 5, 2023
1 parent e642e61 commit fdcaefc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AirportElevationUnitOfMeasurement/schema.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* (Beta) Export of data model AirportElevationUnitOfMeasurement of the subject dataModel.ACRIS for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE AirportElevationUnitOfMeasurement_type AS ENUM ('AirportElevationUnitOfMeasurement');
CREATE TABLE AirportElevationUnitOfMeasurement (Name TEXT, type AirportElevationUnitOfMeasurement_type);

0 comments on commit fdcaefc

Please sign in to comment.