...
Type | Purpose | |
---|---|---|
id | int | Primary key |
source | text | filename |
width | smallint | width of media |
height | smallint | height of media |
alt | text | alternate text for media |
ownerid | int(1011) | the user who added the media |
...
...
Type | Purpose | |
---|---|---|
id | int | Primary key |
source | text | filename |
width | smallint | width of media |
height | smallint | height of media |
alt | text | alternate text for media |
ownerid | int(1011) | the user who added the media |
...