go/sqlgen/test-files/TestParse/002.def

7 lines
180 B
Modula-2
Raw Normal View History

2024-11-11 05:36:55 +00:00
TABLE users OF User NoDelete (
user_id string AS UserID PK,
email string AS Email NoUpdate,
name string AS Name NoInsert,
admin bool AS Admin NoInsert NoUpdate
);