Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125295
models.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
420 B
Subscribers
None
models.py
View Options
# Copyright (C) 2019 the Software Heritage developers
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
from
sqlalchemy
import
Column
,
String
from
..core.models
import
ModelBase
class
PackagistModel
(
ModelBase
):
"""a Packagist repository representation
"""
__tablename__
=
'packagist_repo'
uid
=
Column
(
String
,
primary_key
=
True
)
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Sat, Jun 21, 8:27 PM (4 w, 16 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3241571
Attached To
rDLS Listers
Event Timeline
Log In to Comment