feat(server): improve package parse semantics
This commit is contained in:
parent
a2d844c582
commit
f706b72b7c
4 changed files with 69 additions and 32 deletions
|
|
@ -47,7 +47,7 @@ impl MigrationTrait for Migration {
|
|||
.col(ColumnDef::new(Package::CSize).big_integer().not_null())
|
||||
.col(ColumnDef::new(Package::Description).string())
|
||||
.col(ColumnDef::new(Package::Url).string_len(255))
|
||||
.col(ColumnDef::new(Package::BuildDate).date_time())
|
||||
.col(ColumnDef::new(Package::BuildDate).date_time().not_null())
|
||||
.col(ColumnDef::new(Package::Packager).string_len(255))
|
||||
.col(ColumnDef::new(Package::PgpSig).string_len(255))
|
||||
.col(ColumnDef::new(Package::PgpSigSize).big_integer())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue