<?php
/**
 * Copyright © Aitoc. All rights reserved.
 */

namespace Aitoc\Core\Api;

interface ColumnInterface
{
    const AITOC_NOTIFICATION_FIELD = 'aitoc_notification';
}
