Adding scope to const, adding docstring, adding comments to generated files, fix default path. Bug: T230428 Change-Id: I955a446421ffe5c8fa42aeedc0f962230e92e02a
1 line
249 B
SQL
1 line
249 B
SQL
CREATE TABLE /*_*/actor (actor_id BIGINT UNSIGNED NOT NULL, actor_user INT UNSIGNED NOT NULL, actor_name VARCHAR(255) NOT NULL, UNIQUE INDEX actor_user (actor_user), UNIQUE INDEX actor_name (actor_name), PRIMARY KEY(actor_id)) /*$wgDBTableOptions*/
|