You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
paopao-ce/internal/dao/slonik/ce/postgres/models.go

21 lines
289 B

// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.16.0
package dbr
import ()
// 主题标签
type PTag struct {
ID int64
UserID int64
Tag string
QuoteNum int64
CreatedOn int32
ModifiedOn int32
DeletedOn int32
// 是否删除
IsDel bool
}