Page MenuHomeWickedGov Phorge

tables.sql
No OneTemporary

Size
269 B
Referenced Files
None
Subscribers
None

tables.sql

CREATE TABLE /*_*/actor (actor_id BIGINT UNSIGNED NOT NULL, actor_user INTEGER UNSIGNED NOT NULL, actor_name VARCHAR(255) NOT NULL, PRIMARY KEY(actor_id))CREATE UNIQUE INDEX actor_user ON /*_*/actor (actor_user)CREATE UNIQUE INDEX actor_name ON /*_*/actor (actor_name)

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 19:08 (2 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f9/fe/676c702b82dbffbcef9db76174ca
Default Alt Text
tables.sql (269 B)

Event Timeline