Tribe recipesTable: Difference between revisions
Jump to navigation
Jump to search
Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) |PRI | |auto_increment | |- | |name |varchar(30) | | | | |- | |requirements |varchar(1000) | | | | |- | |algorithm |varchar(1000) | | | | |- | |persistent |int(1) | |0 | | |- | |uniqueness |int(1) | |0 | | |}" |
(No difference)
|
Latest revision as of 15:18, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) | PRI | auto_increment | |||
name | varchar(30) | |||||
requirements | varchar(1000) | |||||
algorithm | varchar(1000) | |||||
persistent | int(1) | 0 | ||||
uniqueness | int(1) | 0 |