Tencent / wcdb

WCDB is a cross-platform database framework developed by WeChat.
Other
10.61k stars 1.39k forks source link

ColumnConstraintBinding 不支持了吗? #1085

Closed stupidchou closed 2 months ago

stupidchou commented 2 months ago

public static var columnConstraintBindings: [InspectionProblemListData.CodingKeys : ColumnConstraintBinding]?{ return [ id:ColumnConstraintBinding(isPrimary: true) ] }

azureplus commented 3 weeks ago

static let objectRelationalMapping = TableBinding(CodingKeys.self) { BindColumnConstraint(id, isPrimary: true, isAutoIncrement: true, enableAutoIncrementForExistingTable: true) }

public static var columnConstraintBindings: [InspectionProblemListData.CodingKeys : ColumnConstraintBinding]?{ return [ id:ColumnConstraintBinding(isPrimary: true) ] }