Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | null |
|
|
|||||||||
name | VARCHAR | 255 | null |
|
|
|||||||||
short_name | VARCHAR | 20 | null |
|
|
|||||||||
url | VARCHAR | 255 | √ | null |
|
|
||||||||
license_text | TEXT | 65535 | null |
|
|
The full license text formatted in Markdown |
||||||||
active | BIT | 1 | null |
|
|
Can this license be selected for new uploads? |
||||||||
revocable | BIT | 1 | null |
|
|
Can the author revoke this license? |
||||||||
redistributable | BIT | 1 | null |
|
|
Are other users (apart from FAF) allowed to redistribute this asset? |
||||||||
modifiable | BIT | 1 | null |
|
|
Are other users allowed to publish assets remixed, transformed, or built upon the material from this asset? |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |