UNPKG

loopback-workspace

Version:
14 lines (12 loc) 366 B
// Copyright IBM Corp. 2015,2016. All Rights Reserved. // Node module: loopback-workspace // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT module.exports = function(DatabaseColumn) { /** * Represents a column in a database. * * @class DatabaseColumn * @inherits WorkspaceEntity */ };