Files
HKSingleParty/99_references/dbml_examples/issue-12.dbml
2025-05-28 09:55:51 +08:00

6 lines
144 B
Plaintext

Table galleries {
gallery_id "int(3) unsigned zerofill" [pk, not null, increment]
title varchar(255) [not null]
comment text [not null]
}