uawdijnntqw1x1x1
IP : 216.73.216.227
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
facebook.codeskitter.site
/
e9c91
/
..
/
nodejs
/
models
/
wo_notifications.js
/
/
/* jshint indent: 2 */ module.exports = function(sequelize, DataTypes) { return sequelize.define('Wo_Notifications', { id: { autoIncrement: true, type: DataTypes.INTEGER, allowNull: false, primaryKey: true }, notifier_id: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, recipient_id: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, post_id: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, reply_id: { type: DataTypes.INTEGER.UNSIGNED, allowNull: true, defaultValue: 0 }, comment_id: { type: DataTypes.INTEGER.UNSIGNED, allowNull: true, defaultValue: 0 }, page_id: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, group_id: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, group_chat_id: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, event_id: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, thread_id: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, blog_id: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, story_id: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, seen_pop: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, type: { type: DataTypes.STRING(255), allowNull: false, defaultValue: "" }, type2: { type: DataTypes.STRING(32), allowNull: false, defaultValue: "" }, text: { type: DataTypes.TEXT, allowNull: true }, url: { type: DataTypes.STRING(255), allowNull: false, defaultValue: "" }, full_link: { type: DataTypes.STRING(1000), allowNull: false, defaultValue: "" }, seen: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, sent_push: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 }, time: { type: DataTypes.INTEGER, allowNull: false, defaultValue: 0 } }, { sequelize, timestamps: false, tableName: 'Wo_Notifications' }); };
/home/users/unlimited/www/facebook.codeskitter.site/e9c91/../nodejs/models/wo_notifications.js