Changeset 1a9c843 for sql/schema_creation.sql
- Timestamp:
- 09/23/26 13:29:06 (4 hours ago)
- Branches:
- master
- Children:
- e7bafc0
- Parents:
- a12988e (diff), f7c8acf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
sql/schema_creation.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sql/schema_creation.sql
ra12988e r1a9c843 115 115 CREATE TABLE payment ( 116 116 id INTEGER PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY, 117 user_id INTEGER NOT NULL REFERENCES users (id),118 117 enrollment_id INTEGER NOT NULL REFERENCES enrolled_semesters (id), 119 118 amount INTEGER NOT NULL
Note:
See TracChangeset
for help on using the changeset viewer.
