CREATE TABLE [viewchunks_langs] (
	[count] int DEFAULT 0 not null,
	[createdAt] datetime not null,
	[lang] nvarchar (200) not null
);