license

4 rows


Description

Copyright licenses to be picked for uploaded content

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
map.license map_license_id_fk R
mod.license mod_license_id_fk R
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

Relationships